8 lines
168 B
Nix
8 lines
168 B
Nix
{
|
|
wayland.windowManager.hyprland.settings.input = {
|
|
kb_layout = "us";
|
|
follow_mouse = 1;
|
|
touchpad.natural_scroll = "no";
|
|
mouse_refocus = false;
|
|
};
|
|
}
|