machines: aramis: hardware: enable trackpoint

This commit is contained in:
Bruno BELANYI 2021-05-31 20:30:36 +02:00
parent 2fe4f1faad
commit 24efa3edca

View file

@ -22,5 +22,13 @@
powerManagement.cpuFreqGovernor = lib.mkDefault "powersave";
hardware.cpu.intel.updateMicrocode = true;
hardware = {
cpu.intel.updateMicrocode = true;
trackpoint = {
enable = true;
emulateWheel = true; # Holding middle buttons allows scrolling
};
};
}