unfucking users again :3

This commit is contained in:
autumn
2025-08-27 10:47:56 -06:00
parent f25dbe159f
commit 44f5469b49
17 changed files with 126 additions and 183 deletions

View File

@@ -75,6 +75,12 @@
extraGroups = [ "networkmanager" "wheel" ];
};
users.users.autumn= {
isNormalUser = true;
description = "Autumn";
extraGroups = [ "networkmanager" "wheel" ];
};
# Install firefox.
programs.firefox.enable = true;
programs.bash.interactiveShellInit = "fish";