infra: load roo config
This commit is contained in:
parent
c52d1290c7
commit
697396c892
1 changed files with 4 additions and 1 deletions
|
@ -1,5 +1,8 @@
|
|||
{ ... }:
|
||||
|
||||
{
|
||||
imports = [ ./jopejoe1.nix ];
|
||||
imports = [
|
||||
./jopejoe1.nix
|
||||
./root.nix
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue