diff --git a/modules/modules/hardware/form.nix b/modules/modules/hardware/form.nix index 76836e5..5b80da0 100644 --- a/modules/modules/hardware/form.nix +++ b/modules/modules/hardware/form.nix @@ -26,7 +26,10 @@ in services = { xserver.libinput = { enable = true; - touchpad.naturalScrolling = true; + touchpad = { + clickMethod = "clickfinger"; + naturalScrolling = true; + }; }; logind.lidSwitch = mkDefault "ignore";