This commit is contained in:
Benjamin Palko 2024-08-01 23:09:06 -04:00
parent 914f1320cd
commit ea5aff4953

View file

@ -3,4 +3,5 @@
environment.shells = with pkgs; [ zsh ]; environment.shells = with pkgs; [ zsh ];
programs.zsh.enable = true; programs.zsh.enable = true;
users.defaultUserShell = pkgs.zsh; users.defaultUserShell = pkgs.zsh;
programs.nix-ld.enable = true;
} }