diff options
| author | Christian <[email protected]> | 2026-01-29 10:22:47 -0600 |
|---|---|---|
| committer | Christian <[email protected]> | 2026-01-29 10:22:47 -0600 |
| commit | 9bcc5ed31a94f5ab66fb3400dc39560ee9d29e72 (patch) | |
| tree | 2b19f1258ba9b8883cbe030e4ef59f63ed3dba58 /modules/common.nix | |
| parent | 530f7501c4acebbb9927b5c1b0f5e0fc11ecd36f (diff) | |
Screen brightness utility
Diffstat (limited to 'modules/common.nix')
| -rw-r--r-- | modules/common.nix | 2 |
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; |
