diff options
| author | Collin Williams <96917990+bluedragon1221@users.noreply.github.com> | 2025-06-17 17:55:29 +0000 |
|---|---|---|
| committer | Collin Williams <96917990+bluedragon1221@users.noreply.github.com> | 2025-06-17 17:55:29 +0000 |
| commit | 7b42a09edbf77a23e78a6b3f251215469ce15146 (patch) | |
| tree | b25a4387646f1d54396f2e4c5bee2db504b5623e /modules/user/system/default.nix | |
| parent | 3981482362931c995bc814c3e4441628b86980f1 (diff) | |
changes, jupiter will be broken
Diffstat (limited to 'modules/user/system/default.nix')
| -rw-r--r-- | modules/user/system/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/user/system/default.nix b/modules/user/system/default.nix index dad00e0..c558090 100644 --- a/modules/user/system/default.nix +++ b/modules/user/system/default.nix @@ -8,7 +8,7 @@ in { users.users."${cfg.name}" = { isNormalUser = true; description = cfg.name; - extraGroups = ["networkmanager" "disks"] ++ (lib.optional cfg.isAdmin "wheel"); + extraGroups = ["networkmanager" "disks" "input" "video"] ++ (lib.optional cfg.isAdmin "wheel"); hashedPassword = cfg.password; }; |
