Files
nixos/apps/hyprland/hypr/input.nix
T

14 lines
238 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 = false;
};
};
}