Add home-manager options arg to an option
good for repl stuff
This commit is contained in:
parent
aa8d413300
commit
c3d5e65527
@ -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).";
|
||||
|
Loading…
x
Reference in New Issue
Block a user