From 4da9b1e1d4aec4edde380a3cbec8cf1b524e85f8 Mon Sep 17 00:00:00 2001 From: Crony Akatsuki Date: Sun, 12 Oct 2025 13:35:57 +0200 Subject: [PATCH] feat(desktop): add user to uinput. --- hosts/skadi/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/skadi/configuration.nix b/hosts/skadi/configuration.nix index e87dc6a..d6c84b4 100644 --- a/hosts/skadi/configuration.nix +++ b/hosts/skadi/configuration.nix @@ -166,7 +166,7 @@ isNormalUser = true; description = "Crony"; hashedPasswordFile = "${config.age.secrets.crony-passwd.path}"; - extraGroups = ["networkmanager" "wheel" "video" "input" "audio" "gamemode" "seat" "realtime"]; + extraGroups = ["networkmanager" "wheel" "video" "input" "audio" "gamemode" "seat" "realtime" "uinput"]; }; users.users.root.hashedPasswordFile = "${config.age.secrets.root-passwd.path}";