enable zsh in simple example

This commit is contained in:
Daiderd Jordan
2020-06-17 19:37:07 +02:00
parent 20b9f53035
commit 7e278ba51a
+1 -2
View File
@@ -16,8 +16,7 @@
# nix.package = pkgs.nix;
# Create /etc/bashrc that loads the nix-darwin environment.
programs.bash.enable = true;
# programs.zsh.enable = true;
programs.zsh.enable = true; # default shell on catalina
# programs.fish.enable = true;
# Used for backwards compatibility, please read the changelog before changing.