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