diff options
| author | Daiderd Jordan <daiderd@gmail.com> | 2020-06-17 18:45:02 +0200 |
|---|---|---|
| committer | Daiderd Jordan <daiderd@gmail.com> | 2020-06-17 19:37:07 +0200 |
| commit | 7e278ba51ae2ccd3a9b94327785cfc7bd11e32eb (patch) | |
| tree | 86b8a3b4a60749e309585fc5dd5589e90a2718a0 /modules/examples | |
| parent | 20b9f53035478e9d61dbc17106e1c1c2fef8b35a (diff) | |
enable zsh in simple example
Diffstat (limited to 'modules/examples')
| -rw-r--r-- | modules/examples/simple.nix | 3 |
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. |
