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