summaryrefslogtreecommitdiff
path: root/services/x11-laptop.nix
blob: c54d5e9970368a72cb094d94a3a43b43f741046d (plain)
1
2
3
4
5
6
7
{ config, ... }:
{
  # Enable touchpad support.
  services.xserver.libinput.enable = true;
  services.xserver.libinput.scrollMethod = "twofinger";
  services.xserver.libinput.horizontalScrolling = false;
}