5 lines
164 B
Nix
5 lines
164 B
Nix
{...}: {
|
|
hardware.trackpoint.emulateWheel = true;
|
|
|
|
boot.initrd.availableKernelModules = ["xhci_pci" "ahci" "usb_storage" "sd_mod" "rtsx_pci_sdmmc" "cryptd"];
|
|
}
|