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