Files
LillyOS/home/hyprland/input.nix
2026-01-05 04:04:42 +01:00

18 lines
333 B
Nix

{
wayland.windowManager.hyprland = {
settings = {
input = {
kb_layout = "us";
kb_variant = "altgr-intl";
sensitivity = 0.3;
follow_mouse = 1;
accel_profile = "flat";
repeat_delay = 250;
repeat_rate = 35;
off_window_axis_events = 2;
};
};
};
}