feat(zsh): add zsh as default user shell

This commit is contained in:
Mohammad Rafiq 2025-05-18 17:36:14 +08:00
parent 8b69346b1f
commit db66adcc8c
No known key found for this signature in database
4 changed files with 31 additions and 0 deletions

View file

@ -2,6 +2,7 @@
{
config = lib.mkMerge [
{
users.defaultUserShell = pkgs.zsh;
users.users."${config.system.mainUser}" = {
isNormalUser = true;
initialPassword = "1";