diff options
| author | Michael Hoang <enzime@users.noreply.github.com> | 2024-10-31 15:02:36 +1100 |
|---|---|---|
| committer | Michael Hoang <enzime@users.noreply.github.com> | 2024-10-31 15:09:11 +1100 |
| commit | 470f87c1827b51169ed4f91cdbdfd48417bfff3d (patch) | |
| tree | d4b9a3521ccd7e41c961ed568a0f29a4c2edea17 /modules/examples/flake/flake.nix | |
| parent | b379bd4d872d159e5189053ce9a4adf86d56db4b (diff) | |
zsh: enable by default as zsh is the default shell on macOS
Historically this was a footgun because users would not always have this
enabled leading to `darwin-rebuild` and other programs not being found.
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. |
