Files
nixos/apps/hyprland/hypr/input.nix
T
2025-12-26 13:18:43 -06:00

12 lines
180 B
Nix

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