summaryrefslogtreecommitdiff
path: root/systems/thinkpad-laptop/system.nix
diff options
context:
space:
mode:
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;
+ };
}