diff --git a/home/default.nix b/home/default.nix index 87565f5..6f3027e 100644 --- a/home/default.nix +++ b/home/default.nix @@ -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).";