diff options
Diffstat (limited to 'modules/examples/flake/flake.nix')
| -rw-r--r-- | modules/examples/flake/flake.nix | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/modules/examples/flake/flake.nix b/modules/examples/flake/flake.nix index 94c600e..e6eaefc 100644 --- a/modules/examples/flake/flake.nix +++ b/modules/examples/flake/flake.nix @@ -23,8 +23,7 @@ # Necessary for using flakes on this system. nix.settings.experimental-features = "nix-command flakes"; - # Create /etc/zshrc that loads the nix-darwin environment. - programs.zsh.enable = true; # default shell on catalina + # Enable alternative shell support in nix-darwin. # programs.fish.enable = true; # Set Git commit hash for darwin-version. |
