diff options
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; |