8 lines
61 B
Nix
8 lines
61 B
Nix
|
{...}: {
|
||
|
imports = [
|
||
|
./cpu
|
||
|
./gpu
|
||
|
./misc
|
||
|
];
|
||
|
}
|