summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 55e85998..6043a875 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;
};