From 637d0dc2fce0021985579d43efc2461bf65cad8e Mon Sep 17 00:00:00 2001 From: triethyl Date: Thu, 21 Aug 2025 19:23:17 -0400 Subject: thinkpad: changed trackpoint settings --- systems/thinkpad-laptop/system.nix | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'systems/thinkpad-laptop/system.nix') diff --git a/systems/thinkpad-laptop/system.nix b/systems/thinkpad-laptop/system.nix index 704d862..baf609d 100644 --- a/systems/thinkpad-laptop/system.nix +++ b/systems/thinkpad-laptop/system.nix @@ -63,4 +63,9 @@ }; }; }; + hardware.trackpoint = { + enable = true; + speed = 60; + sensitivity = 100; + }; } -- cgit v1.2.3