diff --git a/modules/workstation.nix b/modules/workstation.nix index c61dee7..256b764 100644 --- a/modules/workstation.nix +++ b/modules/workstation.nix @@ -139,9 +139,13 @@ 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; }; # this helps with some compatibility