This commit is contained in:
2025-06-06 15:00:45 -05:00
parent 4ccca75473
commit 8643175a63
3 changed files with 4 additions and 3 deletions

View File

@@ -79,6 +79,8 @@ in
};
};
hardware.graphics.enable32Bit = lib.mkForce false;
users = {
mutableUsers = false;
users."${user}" = {
@@ -100,7 +102,6 @@ in
];
shell = pkgs.zsh;
};
users.root.shell = pkgs.zsh;
};
}