diff --git a/hosts/modules/configuration.nix b/hosts/modules/configuration.nix index 6e26739..def1f3d 100644 --- a/hosts/modules/configuration.nix +++ b/hosts/modules/configuration.nix @@ -26,6 +26,14 @@ # lidSwitchExternalPower = if hostname == "server" then "ignore" else "suspend-then-hibernate"; lidSwitchExternalPower = "ignore"; }; + + libinput = { + enable = true; + mouse = { + accelProfile = "flat"; + accelSpeed = "0.0"; + }; + }; }; environment = {