9 lines
131 B
Nix
9 lines
131 B
Nix
{
|
|
# special hardware modules
|
|
# mostly to fix firmare and dsts
|
|
imports =
|
|
[
|
|
./dsdt.nix
|
|
./firmware.nix
|
|
];
|
|
}
|