From 3e2439bd1592897ad9f403700cb91ccfd1972779 Mon Sep 17 00:00:00 2001
From: Tim Keller <tjkeller.xyz>
Date: Sun, 13 Apr 2025 14:04:57 -0500
Subject: fix backlight control

---
 modules/root/normaluser.nix | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

(limited to 'modules/root/normaluser.nix')

diff --git a/modules/root/normaluser.nix b/modules/root/normaluser.nix
index fc243ea..b4be0cc 100644
--- a/modules/root/normaluser.nix
+++ b/modules/root/normaluser.nix
@@ -7,6 +7,11 @@
 		#home = userDetails.home.root;
 		isNormalUser = true;
 		hashedPasswordFile = config.sops.secrets.hashed-root-password.path;
-		extraGroups = [ "wheel" "nixbld" ];
+		extraGroups = [
+			"i2c"
+			"nixbld"
+			"video"
+			"wheel"
+		];
 	};
 }
-- 
cgit v1.2.3