feat(niri,xbacklight): Brightness control

This commit is contained in:
2025-08-08 20:52:23 -06:00
parent 73c894f7c0
commit 5bc81f909e
5 changed files with 54 additions and 79 deletions

View File

@@ -3,7 +3,13 @@
isNormalUser = true;
# TODO: Don't hard-code `persist`. Use
# config.sydnix.impermanence.persistGroupName.
extraGroups = [ "wheel" "persist" "input" "networkmanager" ];
extraGroups = [
"wheel"
"persist"
"input"
"networkmanager"
"xbacklight"
];
initialHashedPassword =
"$y$j9T$aEFDDwdTZbAc6VQRXrkBJ0$K8wxTGTWDihyX1wxJ.ZMH//wmQFfrGGUkLkxIU0Lyq8";