global: add universe.packages
This commit is contained in:
parent
817741c49f
commit
4250390003
2 changed files with 17 additions and 9 deletions
|
@ -34,6 +34,10 @@ in
|
|||
};
|
||||
|
||||
secrets = mkOpt (attrsOf path) { };
|
||||
|
||||
universe = {
|
||||
packages = mkOpt (listOf package) [ ];
|
||||
};
|
||||
};
|
||||
|
||||
config = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue