diff options
| author | Daiderd Jordan <daiderd@gmail.com> | 2018-01-14 19:31:48 +0100 |
|---|---|---|
| committer | Daiderd Jordan <daiderd@gmail.com> | 2018-01-14 19:31:48 +0100 |
| commit | d6e85130f4a0a14b2bfa20377a4a8cfa791d28ba (patch) | |
| tree | 34441d64042ed0287921fc583566d73166bad83c /modules/examples | |
| parent | d44ac23e0665cc1344fdef5c57a3016d79f95120 (diff) | |
examples: add zsh/fish options
Diffstat (limited to 'modules/examples')
| -rw-r--r-- | modules/examples/simple.nix | 2 |
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 |
