diff --git a/modules/xconfig.nix b/modules/xconfig.nix index 917f1bf..10a45d9 100644 --- a/modules/xconfig.nix +++ b/modules/xconfig.nix @@ -71,10 +71,10 @@ in { accelProfile = cfg.mouse.accelProfile; middleEmulation = false; }; - touchpad.accelProfile = cfg.touchpad.accelProfile; touchpad = mkIf cfg.touchpad.enableProperConfig { tapping = false; disableWhileTyping = true; + accelProfile = cfg.touchpad.accelProfile; }; }; };