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

13 lines
188 B
Nix
Raw Normal View History

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