Files
nixos/apps/hyprland/hypr/input.nix
T
2026-01-05 18:39:00 -06:00

14 lines
237 B
Nix

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