infra/nix/os/profiles/common/hw.nix

15 lines
195 B
Nix
Raw Normal View History

2018-11-05 12:04:06 +01:00
{ ... }:
{
hardware.trackpoint.emulateWheel = true;
boot.initrd.availableKernelModules = [
"xhci_pci"
"ahci"
"usb_storage"
"sd_mod"
"rtsx_pci_sdmmc"
"cryptd"
];
}