universedesktop: add to input group

This commit is contained in:
2024-05-11 12:05:54 -04:00
parent 26259480b2
commit 7fbe36671b

View File

@@ -91,7 +91,7 @@
users.groups.net = {};
users.users.universe = {
isNormalUser = true;
extraGroups = [ "wheel" "adbusers" "net" "brltty" "brlapi" "dialout" ];
extraGroups = [ "wheel" "adbusers" "net" "brltty" "brlapi" "dialout" "input" ];
packages = with pkgs; [
];
};