This commit is contained in:
2026-01-21 21:50:20 -06:00
parent d3c63aa684
commit b1d54ce420
2 changed files with 2 additions and 2 deletions

View File

@@ -66,7 +66,7 @@
inherit name;
value = { ... } @ exputs: {
imports = [ (import ./homes/${name}/home-manager (inputs // exputs)) ];
imports = [ (import ./homes/${name}/home-manager (exputs // inputs)) ];
};
})) filtered)