From d6e85130f4a0a14b2bfa20377a4a8cfa791d28ba Mon Sep 17 00:00:00 2001 From: Daiderd Jordan Date: Sun, 14 Jan 2018 19:31:48 +0100 Subject: [PATCH] examples: add zsh/fish options --- modules/examples/simple.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/examples/simple.nix b/modules/examples/simple.nix index b29b1641..68321df6 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