Maybe this helps

This commit is contained in:
Nox Sluijtman 2024-01-03 14:08:05 +01:00
parent e049b50338
commit 450d5a7ac8

View file

@ -71,10 +71,10 @@ in {
accelProfile = cfg.mouse.accelProfile; accelProfile = cfg.mouse.accelProfile;
middleEmulation = false; middleEmulation = false;
}; };
touchpad.accelProfile = cfg.touchpad.accelProfile;
touchpad = mkIf cfg.touchpad.enableProperConfig { touchpad = mkIf cfg.touchpad.enableProperConfig {
tapping = false; tapping = false;
disableWhileTyping = true; disableWhileTyping = true;
accelProfile = cfg.touchpad.accelProfile;
}; };
}; };
}; };