nixcfg/hwModules/thinkpad/common.nix

7 lines
86 B
Nix

{...}: {
hardware.trackpoint = {
enable = true;
emulateWheel = true;
};
}