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