This commit is contained in:
2024-04-07 17:17:38 +02:00
parent c608eb1ab2
commit 14420faef5
2 changed files with 24 additions and 1 deletions

View File

@@ -65,6 +65,9 @@
extraGroups = [ "networkmanager" "wheel" ];
packages = with pkgs; [ ];
};
users.defaultUserShell = pkgs.zsh;
programs.zsh.enable = true;
# Enable automatic login for the user.
services.xserver.displayManager.autoLogin.enable = true;