feat(niri,xbacklight): Brightness control
This commit is contained in:
@@ -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";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user