add programs directory
This commit is contained in:
parent
41091c4958
commit
a87c9565a7
3 changed files with 34 additions and 25 deletions
7
programs/default.nix
Normal file
7
programs/default.nix
Normal file
|
@ -0,0 +1,7 @@
|
|||
{lib, ...}: {
|
||||
imports = lib.pipe ./. [
|
||||
builtins.readDir
|
||||
(lib.filterAttrs (n: _: n != "default.nix"))
|
||||
(lib.mapAttrsToList (n: _: ./${n}))
|
||||
];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue