diff --git a/machines/mayushii/hardware-configuration.nix b/machines/mayushii/hardware-configuration.nix index 0206d6e..f3e5ec8 100644 --- a/machines/mayushii/hardware-configuration.nix +++ b/machines/mayushii/hardware-configuration.nix @@ -43,4 +43,10 @@ # Most of the time I want to use both screens at the same time and suspend it # regularily by closing the lid services.logind.lidSwitchDocked = config.services.logind.lidSwitch; + + hardware.trackpoint = { + enable = true; + device = "TPPS/2 Elan TrackPoint"; + sensitivity = 255; + }; }