Trying out Starship. And almost getting Fish to work with home-manager on mac.. almost

This commit is contained in:
2019-11-30 21:17:23 -05:00
parent ec07703ecb
commit c1f733f190
2 changed files with 11 additions and 1 deletions

View File

@@ -13,6 +13,7 @@
};
programs.zsh.initExtra = "source ~/.nix-profile/etc/profile.d/nix.sh";
# programs.fish.interactiveShellInit = "source ~/.nix-profile/etc/profile.d/nix.sh";
imports = [ ./home-common.nix ./home-mail.nix ];
}