mirror of
https://github.com/eRgo35/nix-config.git
synced 2026-02-04 16:56:11 +01:00
feat: libinput disable mouse accel
This commit is contained in:
@@ -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 = {
|
||||||
|
|||||||
Reference in New Issue
Block a user