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

7 lines
101 B
Nix

{
wayland.windowManager.hyprland.settings = {
repeat_rate = 50;
repeat_delay = 300;
};
}