about summary refs log tree commit diff
path: root/modules/workstation/hardware/libinput/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'modules/workstation/hardware/libinput/default.nix')
-rw-r--r--modules/workstation/hardware/libinput/default.nix13
1 files changed, 13 insertions, 0 deletions
diff --git a/modules/workstation/hardware/libinput/default.nix b/modules/workstation/hardware/libinput/default.nix
new file mode 100644
index 000000000000..c3a56e22feb7
--- /dev/null
+++ b/modules/workstation/hardware/libinput/default.nix
@@ -0,0 +1,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
+  '';
+}