This commit is contained in:
biscuit
2025-06-19 17:38:29 -05:00
parent e33dbea82e
commit 4a4f66c08e
6 changed files with 79 additions and 86 deletions
+1 -1
View File
@@ -6,7 +6,7 @@
}: {
users.users.${username} = {
isNormalUser = true;
extraGroups = ["wheel" "networkmanager"];
extraGroups = ["wheel" "networkmanager" "plugdev" "input"];
initialHashedPassword = "$6$Qab6SSvEJM2YRtVA$7Oyl7E3pp/FKtCC.2Tb2tyzp3yp7BFHFAKngUYJssQJ.v1Q2mqsgW9m7njpaKNcka2vyCwrnmw1R.YPlFqR0p1";
# shell = pkgs.zsh;
shell = pkgs.${terminal.termShell};