Fix backlight hotkeys

This commit is contained in:
teutat3s 2021-08-29 22:50:46 +02:00
parent e33191591c
commit 9755e48043
Signed by: teutat3s
GPG key ID: 4FA1D3FA524F22C1

View file

@ -16,7 +16,7 @@ in
# home to /home/username, useDefaultShell to true, and isSystemUser to false.
isNormalUser = true;
description = "";
extraGroups = [ "wheel" "docker" "input" "audio" "networkmanager" "lp" "scanner" ];
extraGroups = [ "wheel" "docker" "input" "audio" "video" "networkmanager" "lp" "scanner" ];
initialHashedPassword = if psCfg.user.password != null then psCfg.user.password else "";
shell = pkgs.zsh;
};