Files
nixos/apps/hyprland/hypr/input.nix
T
2026-01-02 13:43:56 -06:00

13 lines
204 B
Nix

{
wayland.windowManager.hyprland.settings = {
input = {
repeat_rate = 50;
repeat_delay = 300;
};
cursor = {
hide_on_key_press = false;
no_warps = true;
};
};
}