diff options
author | Simon Parri <simonparri@ganzeria.com> | 2025-06-17 12:25:07 -0500 |
---|---|---|
committer | Simon Parri <simonparri@ganzeria.com> | 2025-06-17 12:25:59 -0500 |
commit | bb22fd61b23bd11bf4e4d0955fd873388670e0f3 (patch) | |
tree | dc7a8f07a42651a1192344d19bd87f34382f0aed /hosts/tomato/hardware.nix | |
parent | f888ec348252a38ebe11d95ffcff839bb3ff8e37 (diff) | |
download | nixos-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.nix | 3 |
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; |