This commit is contained in:
caandt 2026-03-12 20:44:33 -05:00
parent 01d5c5bc9f
commit 2022737197

View file

@ -33,6 +33,12 @@ lib.mkIf config.u.has.graphical {
in [application-menu];
services.libinput = {
enable = true;
mouse.accelProfile = "flat";
mouse = {
accelProfile = "flat";
middleEmulation = false;
additionalOptions = ''
Option "HighResolutionWheelScrolling" "0"
'';
};
};
}