Add keyboard variants and wireplumber
This commit is contained in:
parent
37043f4f42
commit
e83c4c31a8
2 changed files with 5 additions and 3 deletions
|
|
@ -66,8 +66,8 @@
|
|||
|
||||
# For all categories, see https://wiki.hyprland.org/Configuring/Variables/
|
||||
input {
|
||||
kb_layout = ${if nixosConfig.networking.hostName == "thor" then "us" else "it" }
|
||||
kb_variant =
|
||||
kb_layout = ${if nixosConfig.networking.hostName == "thor" then "us,it,us" else "it,us,us" }
|
||||
kb_variant = ,,colemak
|
||||
kb_model =
|
||||
kb_options = grp:menu_toggle,compose:rctrl
|
||||
kb_rules =
|
||||
|
|
|
|||
|
|
@ -15,6 +15,8 @@
|
|||
nvidia.modesetting.enable = builtins.elem "nvidia" config.services.xserver.videoDrivers;
|
||||
};
|
||||
|
||||
services.pipewire.wireplumber.enable = true;
|
||||
|
||||
security.pam.services.swaylock = {
|
||||
text = ''
|
||||
auth include login
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue