summaryrefslogtreecommitdiffstats
path: root/lenovo/general.nix
blob: 51d506032e044923be0eafaf936856a6e7a10b1e (plain)
1
2
3
4
5
6
7
8
9
10
{ lib, ... }:

with lib;

{
  hardware.trackpoint = mkDefault {
    enable = true;
    emulateWheel = true;
  };
}