fix: enable my Wacom tablet to work properly

This commit is contained in:
2026-05-14 04:36:43 +02:00
parent 84d7137aa5
commit af888d5838
3 changed files with 17 additions and 4 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ in {
users.users.phundrak = mkIf cfg.enable {
isNormalUser = true;
description = "Lucien Cartier-Tilet";
extraGroups = ["networkmanager" "wheel" "docker" "dialout" "podman" "plugdev" "games" "audio" "input"];
extraGroups = ["networkmanager" "wheel" "docker" "dialout" "podman" "plugdev" "games" "audio" "input" "uinput"];
shell = pkgs.zsh;
openssh.authorizedKeys.keyFiles = lib.filesystem.listFilesRecursive ../../users/phundrak/keys;
};