waybar: fix keyboard input module and reformat file
This commit is contained in:
parent
fe37f8ad86
commit
a27a843ec2
2 changed files with 35 additions and 27 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue