diff options
Diffstat (limited to 'hosts')
-rw-r--r-- | hosts/tomato/hardware.nix | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/hosts/tomato/hardware.nix b/hosts/tomato/hardware.nix index f08e788..884097b 100644 --- a/hosts/tomato/hardware.nix +++ b/hosts/tomato/hardware.nix @@ -33,6 +33,10 @@ 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; hardware.firmware = with pkgs; [ |