about summary refs log tree commit diff
path: root/modules/trackpad.nix
blob: 89e549a933507b189a13da2115539d6c16dc3a0c (plain)
1
2
3
4
5
6
7
{
  services.xserver.libinput = {
    enable = true;
    naturalScrolling = true;
    additionalOptions = ''MatchIsTouchpad "on"'';
  };
}