summaryrefslogtreecommitdiff
path: root/hosts/tomato/hardware.nix
diff options
context:
space:
mode:
authorSimon Parri <simonparri@ganzeria.com>2025-06-17 12:25:07 -0500
committerSimon Parri <simonparri@ganzeria.com>2025-06-17 12:25:59 -0500
commitbb22fd61b23bd11bf4e4d0955fd873388670e0f3 (patch)
treedc7a8f07a42651a1192344d19bd87f34382f0aed /hosts/tomato/hardware.nix
parentf888ec348252a38ebe11d95ffcff839bb3ff8e37 (diff)
downloadnixos-config-bb22fd61b23bd11bf4e4d0955fd873388670e0f3.tar.gz
nixos-config-bb22fd61b23bd11bf4e4d0955fd873388670e0f3.zip
modules/thinkpad: Put trackpoint sensitivity settings here
Diffstat (limited to 'hosts/tomato/hardware.nix')
-rw-r--r--hosts/tomato/hardware.nix3
1 files changed, 0 insertions, 3 deletions
diff --git a/hosts/tomato/hardware.nix b/hosts/tomato/hardware.nix
index 0e2b9aa..86c134d 100644
--- a/hosts/tomato/hardware.nix
+++ b/hosts/tomato/hardware.nix
@@ -33,9 +33,6 @@ in
hardware.graphics.extraPackages = [pkgs.intel-vaapi-driver];
services.xserver.videoDrivers = ["intel"];
- services.udev.extraRules = ''
- ACTION=="add", SUBSYSTEM=="input", ATTR{name}=="TPPS/2 IBM TrackPoint", ATTR{device/sensitivity}="255", ATTR{device/speed}="127"
- '';
this.bluetooth.enable = true;