diff --git a/modules/nixos/desktop/xserver/default.nix b/modules/nixos/desktop/xserver/default.nix index 410c748..6fa2898 100755 --- a/modules/nixos/desktop/xserver/default.nix +++ b/modules/nixos/desktop/xserver/default.nix @@ -10,11 +10,14 @@ libinput = { enable = true; touchpad = { - tapping = true; - naturalScrolling = false; + scrollMethod = "twofinger"; + naturalScrolling = true; + middleEmulation = true; + accelSpeed = "5"; + accelProfile = "adaptive"; + disableWhileTyping = true; }; mouse.accelProfile = "flat"; - touchpad.accelProfile = "flat"; }; }; console.useXkbConfig = true;