diff --git a/modules/workstation.nix b/modules/workstation.nix index c61dee7..9ed9e30 100644 --- a/modules/workstation.nix +++ b/modules/workstation.nix @@ -139,6 +139,11 @@ in # Important for steam fonts.fontconfig.cache32Bit = lib.mkDefault true; services.xserver = { + libinput = { + enable = true; + mouse.accelProfile = "flat"; + touchpad.accelProfile = "flat"; + }; dpi = lib.mkDefault 96; layout = lib.mkDefault "us"; libinput.enable = lib.mkDefault true;