global: add universe.packages

This commit is contained in:
Infinidoge 2023-09-11 08:50:04 -04:00
parent 817741c49f
commit 4250390003
2 changed files with 17 additions and 9 deletions

View file

@ -34,6 +34,10 @@ in
};
secrets = mkOpt (attrsOf path) { };
universe = {
packages = mkOpt (listOf package) [ ];
};
};
config = {