diff options
Diffstat (limited to 'systems/thinkpad-laptop')
| -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; + }; } |
