about summary refs log tree commit diff
path: root/modules/workstation/hardware/libinput/default.nix
blob: c3a56e22feb7dd80214884603dc0bd7bc2255dfe (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
{ ... }:

{
  environment.etc."libinput/local-overrides.quirks".text = ''
    [Google Chromebook Eve]
    MatchUdevType=touchpad
    MatchName=ACPI0C50:00 18D1:5028
    MatchDMIModalias=dmi:*svnGoogle:pnEve*
    ModelChromebook=1
    AttrPressureRange=6:4
    AttrThumbPressureThreshold=45
  '';
}