feat(input): configure mouse acceleration profile

This commit is contained in:
tux
2025-10-08 04:03:22 +05:30
parent 7006670315
commit e55e55ddbf
2 changed files with 2 additions and 0 deletions

View File

@@ -244,6 +244,7 @@
}; };
libinput.touchpad.naturalScrolling = true; libinput.touchpad.naturalScrolling = true;
libinput.mouse.accelProfile = "flat";
# To use Auto-cpufreq we need to # To use Auto-cpufreq we need to
# disable TLP because it's enabled by nixos-hardware # disable TLP because it's enabled by nixos-hardware

View File

@@ -65,6 +65,7 @@
}; };
libinput.touchpad.naturalScrolling = true; libinput.touchpad.naturalScrolling = true;
libinput.mouse.accelProfile = "flat";
blueman.enable = true; blueman.enable = true;