reorganize

This commit is contained in:
2026-01-20 17:34:34 -06:00
parent 42bf08084e
commit 1ada91d5ef
3 changed files with 18 additions and 11 deletions

View File

@@ -128,7 +128,7 @@
(if let
dir = builtins.readDir ./.;
in dir ? ${x} && dir.${x} == "directory" then
import ./${x}/home-manager
import ../../homes/${x}/home-manager
else {})
(if inputs ? ${x} then inputs.${x} else {})