10 lines
81 B
Nix
Executable file
10 lines
81 B
Nix
Executable file
{ ... }:
|
|
|
|
{
|
|
imports = [
|
|
./hardware.nix
|
|
|
|
./overlays
|
|
./unfree
|
|
];
|
|
}
|