feat: manage global zsh on nix-darwin

ty @NyxKrage
This commit is contained in:
winston 2023-05-28 19:21:54 +02:00
parent 482acdb0e9
commit 704ec27d66
Signed by: winston
GPG key ID: 3786770EDBC2B481

View file

@ -12,6 +12,8 @@
hostName = name;
};
programs.zsh.enable = true;
# Used for backwards compatibility, please read the changelog before changing.
# $ darwin-rebuild changelog
system.stateVersion = 4;