summaryrefslogtreecommitdiff
path: root/modules/examples
diff options
context:
space:
mode:
authorDaiderd Jordan <daiderd@gmail.com>2020-06-17 18:45:02 +0200
committerDaiderd Jordan <daiderd@gmail.com>2020-06-17 19:37:07 +0200
commit7e278ba51ae2ccd3a9b94327785cfc7bd11e32eb (patch)
tree86b8a3b4a60749e309585fc5dd5589e90a2718a0 /modules/examples
parent20b9f53035478e9d61dbc17106e1c1c2fef8b35a (diff)
enable zsh in simple example
Diffstat (limited to 'modules/examples')
-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.