summaryrefslogtreecommitdiffstats
path: root/modules/lass/games.nix
diff options
context:
space:
mode:
Diffstat (limited to 'modules/lass/games.nix')
-rw-r--r--modules/lass/games.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/lass/games.nix b/modules/lass/games.nix
index 55e859983..6043a8759 100644
--- a/modules/lass/games.nix
+++ b/modules/lass/games.nix
@@ -13,7 +13,7 @@ in {
name = "games";
description = "user playing games";
home = "/home/games";
- extraGroups = [ "audio" "video" ];
+ extraGroups = [ "audio" "video" "input" ];
createHome = true;
useDefaultShell = true;
};