🧹 cleaner zsh + starship integration

This commit is contained in:
2021-03-26 16:11:19 -04:00
parent 16b8bd53b1
commit 5ce1a02d1b
2 changed files with 7 additions and 6 deletions

View File

@ -25,7 +25,12 @@
}];
# Create /etc/bashrc that loads the nix-darwin environment.
programs.zsh.enable = true; # default shell on catalina
programs = {
zsh = {
enable = true;
promptInit = "";
};
};
# programs.fish.enable = true;
users.nix.configureBuildUsers = true;