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

9 lines
173 B
Nix
Raw Normal View History

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