summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
Diffstat (limited to 'modules')
-rw-r--r--modules/examples/simple.nix3
1 files changed, 1 insertions, 2 deletions
diff --git a/modules/examples/simple.nix b/modules/examples/simple.nix
index 9625e05..875d64a 100644
--- a/modules/examples/simple.nix
+++ b/modules/examples/simple.nix
@@ -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.