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