From 9755e4804369d2adddf1c6c8b191a127f556710a Mon Sep 17 00:00:00 2001 From: teutat3s Date: Sun, 29 Aug 2021 22:50:46 +0200 Subject: [PATCH] Fix backlight hotkeys --- profiles/base-user/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/profiles/base-user/default.nix b/profiles/base-user/default.nix index e327a736..b7b50fb4 100644 --- a/profiles/base-user/default.nix +++ b/profiles/base-user/default.nix @@ -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; };