Add home-manager options arg to an option

good for repl stuff
This commit is contained in:
NullBite 2024-03-04 21:13:29 -05:00
parent aa8d413300
commit c3d5e65527
Signed by: nullbite
GPG Key ID: 6C4D545385D4925A

View File

@ -13,6 +13,11 @@ in
];
config = {};
options.nixfiles = {
options = lib.mkOption {
description = "home-manager options attrset for repl";
default = options;
readOnly = true;
};
meta.standalone = lib.mkOption {
default = isStandalone;
description = "Whether or not the home-manager installation is standalone (standalone installations don't have access to osConfig).";