summaryrefslogtreecommitdiff
path: root/modules/common.nix
diff options
context:
space:
mode:
authorChristian <[email protected]>2026-01-29 10:22:47 -0600
committerChristian <[email protected]>2026-01-29 10:22:47 -0600
commit9bcc5ed31a94f5ab66fb3400dc39560ee9d29e72 (patch)
tree2b19f1258ba9b8883cbe030e4ef59f63ed3dba58 /modules/common.nix
parent530f7501c4acebbb9927b5c1b0f5e0fc11ecd36f (diff)
Screen brightness utility
Diffstat (limited to 'modules/common.nix')
-rw-r--r--modules/common.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/common.nix b/modules/common.nix
index 1f38adc..1c1e066 100644
--- a/modules/common.nix
+++ b/modules/common.nix
@@ -28,7 +28,7 @@
# User
users.users.christian = {
isNormalUser = true;
- extraGroups = [ "wheel" ];
+ extraGroups = [ "wheel" "video" ];
};
home-manager.users.christian = import ./home/christian.nix;