DashNix/hardware/overheating/overheating.nix

9 lines
131 B
Nix

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