1
0
Fork 0
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:
Daiderd Jordan 2020-06-17 18:45:02 +02:00
parent 20b9f53035
commit 7e278ba51a
No known key found for this signature in database
GPG key ID: D02435D05B810C96

View file

@ -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.