From 6a324ed48708930d337c7c6b081ed821b211eba0 Mon Sep 17 00:00:00 2001 From: notgne2 Date: Wed, 6 Oct 2021 13:49:38 -0700 Subject: [PATCH] flat accel by default --- modules/workstation.nix | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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