diff --git a/nixos/desktop/configuration.nix b/nixos/desktop/configuration.nix index e118eef..6a99a6f 100644 --- a/nixos/desktop/configuration.nix +++ b/nixos/desktop/configuration.nix @@ -82,7 +82,16 @@ enable = true; layout = "fi"; xkbVariant = "nodeadkeys"; - libinput.enable = true; + libinput = { + enable = true; + mouse = { + accelProfile = "flat"; + accelSpeed = ".5"; # -1..1 + }; + touchpad = { + accelProfile = "flat"; + }; + }; deviceSection = '' Option "VariableRefresh" "True" '';