13 lines
No EOL
325 B
Nix
13 lines
No EOL
325 B
Nix
{ ... }: {
|
|
wayland.windowManager.hyprland.settings = {
|
|
"$LAPTOP_TOUCHPAD_ENABLE" = false;
|
|
|
|
device = {
|
|
name = "gxtp5100:00-27c6:01e0-touchpad";
|
|
enabled = "$LAPTOP_TOUCHPAD_ENABLE";
|
|
natural_scroll = true;
|
|
};
|
|
|
|
input.touchpad.natural_scroll = true;
|
|
};
|
|
} |