mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-06-15 01:25: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 (
|
||||
map (dir: {
|
||||
name = baseNameOf (toString dir);
|
||||
value = import dir;
|
||||
value = { ... }: import dir; # Wrap as module
|
||||
}) (collectDirs path)
|
||||
);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue