diff --git a/modules/home-manager/hyprland.nix b/modules/home-manager/hyprland.nix index db5ab84..4f8f24b 100644 --- a/modules/home-manager/hyprland.nix +++ b/modules/home-manager/hyprland.nix @@ -360,6 +360,10 @@ in { allow_tearing = true; }; + misc = { + vrr = 1; + }; + input = { kb_layout = "us,hr"; kb_options = "caps:escape,grp:alt_space_toggle";