waybar: fix keyboard input module and reformat file

This commit is contained in:
Fabian Montero 2025-09-23 07:36:36 -06:00
parent fe37f8ad86
commit a27a843ec2
2 changed files with 35 additions and 27 deletions

View file

@ -54,7 +54,7 @@ in {
shell = pkgs.zsh;
extraGroups =
["users" "networkmanager"]
++ optionals (v.admin) ["wheel" "libvirtd" "dialout" "adbusers" "video"];
++ optionals (v.admin) ["wheel" "libvirtd" "dialout" "adbusers" "video" "input"];
openssh.authorizedKeys.keyFiles = v.sshKeyPublicFile;
})
enabledUsers;