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