summaryrefslogtreecommitdiff
path: root/modules/examples
diff options
context:
space:
mode:
authorDaiderd Jordan <daiderd@gmail.com>2018-01-14 19:31:48 +0100
committerDaiderd Jordan <daiderd@gmail.com>2018-01-14 19:31:48 +0100
commitd6e85130f4a0a14b2bfa20377a4a8cfa791d28ba (patch)
tree34441d64042ed0287921fc583566d73166bad83c /modules/examples
parentd44ac23e0665cc1344fdef5c57a3016d79f95120 (diff)
examples: add zsh/fish options
Diffstat (limited to 'modules/examples')
-rw-r--r--modules/examples/simple.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/examples/simple.nix b/modules/examples/simple.nix
index b29b164..68321df 100644
--- a/modules/examples/simple.nix
+++ b/modules/examples/simple.nix
@@ -9,6 +9,8 @@
# Create /etc/bashrc that loads the nix-darwin environment.
programs.bash.enable = true;
+ # programs.zsh.enable = true;
+ # programs.fish.enable = true;
# Used for backwards compatibility, please read the changelog before changing.
# $ darwin-rebuild changelog