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.
This commit is contained in:
parent
b379bd4d87
commit
470f87c182
3 changed files with 3 additions and 5 deletions
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -15,8 +15,7 @@
|
|||
# services.nix-daemon.enable = true;
|
||||
# nix.package = pkgs.nix;
|
||||
|
||||
# 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;
|
||||
|
||||
# Used for backwards compatibility, please read the changelog before changing.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue