dregil: Set zsh as default shell

This commit is contained in:
Alexander Kobjolke 2023-09-03 22:44:05 +02:00
parent 9333f62fcd
commit a42932d6f0
2 changed files with 12 additions and 2 deletions

View file

@ -104,6 +104,7 @@ in {
"wheel" # Enable sudo for the user.
"input"
];
shell = pkgs.zsh;
};
# List packages installed in system profile. To search, run:
@ -132,6 +133,8 @@ in {
programs.steam = { enable = true; };
programs.zsh = { enable = true; };
# List services that you want to enable:
# Enable the OpenSSH daemon.