configure actual display manager

This commit is contained in:
2026-08-18 10:26:11 -05:00
parent 92d2b33e91
commit b2fa75befa
4 changed files with 25 additions and 17 deletions

View File

@@ -81,13 +81,16 @@
# services.printing.enable = true;
# Define a user account. Don't forget to set a password with passwd.
users.users.stobbsm = {
isNormalUser = true;
extraGroups = [
"wheel"
"seat"
]; # Enable sudo for the user.
shell = pkgs.zsh;
users = {
defaultUserShell = pkgs.zsh;
users.stobbsm = {
isNormalUser = true;
extraGroups = [
"wheel"
"seat"
];
shell = pkgs.zsh;
};
};
# Copy the NixOS configuration file and link it from the resulting system