diff --git a/hosts/garand-laptop/config/services.nix b/hosts/garand-laptop/config/services.nix index d344153..dcddcf9 100644 --- a/hosts/garand-laptop/config/services.nix +++ b/hosts/garand-laptop/config/services.nix @@ -45,7 +45,15 @@ in { enable = false; autodetect = true; }; - libinput.enable = true; + libinput = { + enable = true; + mouse = { + accelProfile = "flat"; + }; + touchpad = { + accelProfile = "flat"; + }; + }; fstrim.enable = true; gvfs.enable = true; openssh.enable = true;