mirror of
https://github.com/LnL7/nix-darwin.git
synced 2024-12-14 11:57:34 +00:00
enable zsh in simple example
This commit is contained in:
parent
20b9f53035
commit
7e278ba51a
1 changed files with 1 additions and 2 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue