feat: libinput disable mouse accel

This commit is contained in:
2024-11-09 10:42:07 +01:00
parent 90e06eb0ec
commit af171e26f9

View File

@@ -26,6 +26,14 @@
# lidSwitchExternalPower = if hostname == "server" then "ignore" else "suspend-then-hibernate"; # lidSwitchExternalPower = if hostname == "server" then "ignore" else "suspend-then-hibernate";
lidSwitchExternalPower = "ignore"; lidSwitchExternalPower = "ignore";
}; };
libinput = {
enable = true;
mouse = {
accelProfile = "flat";
accelSpeed = "0.0";
};
};
}; };
environment = { environment = {