diff options
| author | triethyl <triethylammonium@pm.me> | 2025-08-21 19:23:17 -0400 |
|---|---|---|
| committer | triethyl <triethylammonium@pm.me> | 2025-08-21 19:23:45 -0400 |
| commit | 637d0dc2fce0021985579d43efc2461bf65cad8e (patch) | |
| tree | 4b9c3111024907e5b0f23172c24e745d006bfedd /systems | |
| parent | f4552b2c18d7bdc92c2d1aa5606df5fdd74a01a6 (diff) | |
thinkpad: changed trackpoint settings
Diffstat (limited to 'systems')
| -rw-r--r-- | systems/thinkpad-laptop/system.nix | 5 |
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; + }; } |
