fix: add missing imports

This commit is contained in:
punkfairie 2025-05-25 16:51:48 -07:00
parent fc8534dc04
commit 1483f1f045
Signed by: punkfairie
GPG key ID: B3C5488E9A1A7CA6
2 changed files with 3 additions and 0 deletions

View file

@ -1,5 +1,7 @@
{ {
imports = [ imports = [
../base ../base
./base
]; ];
} }

View file

@ -1,5 +1,6 @@
{ {
imports = [ imports = [
./my.nix
./profiles.nix ./profiles.nix
]; ];
} }