10 lines
153 B
Nix
10 lines
153 B
Nix
![]() |
{ pkgs, lib, config, ...}:
|
||
|
{
|
||
|
imports = [
|
||
|
./core/boot/boot.nix
|
||
|
./graphics/default.nix
|
||
|
#./web/default.nix
|
||
|
#./terminal/default.nix
|
||
|
];
|
||
|
}
|