DashNix/hardware/overheating/overheating.nix

5 lines
111 B
Nix

{
# special hardware modules
# mostly to fix firmare and dsts
imports = [ ./dsdt.nix ./firmware.nix ];
}