summaryrefslogtreecommitdiff
path: root/systems/thinkpad-laptop/system.nix
diff options
context:
space:
mode:
authortriethyl <triethylammonium@pm.me>2025-08-21 19:23:17 -0400
committertriethyl <triethylammonium@pm.me>2025-08-21 19:23:45 -0400
commit637d0dc2fce0021985579d43efc2461bf65cad8e (patch)
tree4b9c3111024907e5b0f23172c24e745d006bfedd /systems/thinkpad-laptop/system.nix
parentf4552b2c18d7bdc92c2d1aa5606df5fdd74a01a6 (diff)
thinkpad: changed trackpoint settings
Diffstat (limited to 'systems/thinkpad-laptop/system.nix')
-rw-r--r--systems/thinkpad-laptop/system.nix5
1 files changed, 5 insertions, 0 deletions
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;
+ };
}