mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-06-15 09:35:12 -05:00
feat: test
This commit is contained in:
parent
82660c64df
commit
fe7cdbef84
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@
|
||||||
builtins.listToAttrs (
|
builtins.listToAttrs (
|
||||||
map (dir: {
|
map (dir: {
|
||||||
name = baseNameOf (toString dir);
|
name = baseNameOf (toString dir);
|
||||||
value = import dir;
|
value = { ... }: import dir; # Wrap as module
|
||||||
}) (collectDirs path)
|
}) (collectDirs path)
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue