summaryrefslogtreecommitdiff
path: root/modules/desktop/services/libinput.nix
blob: c95b993fdf9e9d90272885ea7ea6810843eca795 (plain) (blame)
1
2
3
4
5
6
{
  services.libinput = {
    mouse.accelProfile = "flat";
    touchpad.accelProfile = "flat";
  };
}