diff --git a/nix-darwin-options.xhtml b/nix-darwin-options.xhtml index 2f7352f9b..efa630a13 100644 --- a/nix-darwin-options.xhtml +++ b/nix-darwin-options.xhtml @@ -130,6 +130,36 @@ attribute set
Example:
{ inherit emacs-overlay; }
Declared by:
+
+
+<home-manager/nixos/common.nix>
+
+ |
home-manager.minimal
+
+
+Whether to enable only the necessary modules that allow home-manager to function.
This can be used to allow vendoring a minimal list of modules yourself, rather than +importing every single module.
THIS IS FOR ADVANCED USERS, AND WILL DISABLE ALMOST EVERY MODULE. +THIS SHOULD NOT BE ENABLED UNLESS YOU KNOW THE IMPLICATIONS. +.
+ +Type: +boolean
+ +Default:
+false
Example:
+true
Declared by:
|
diff --git a/nixos-options.xhtml b/nixos-options.xhtml
index 55c617be6..3928ba61c 100644
--- a/nixos-options.xhtml
+++ b/nixos-options.xhtml
@@ -130,6 +130,36 @@ attribute set
Example:
Declared by: +
home-manager.minimal
+
+
+Whether to enable only the necessary modules that allow home-manager to function. This can be used to allow vendoring a minimal list of modules yourself, rather than +importing every single module. THIS IS FOR ADVANCED USERS, AND WILL DISABLE ALMOST EVERY MODULE. +THIS SHOULD NOT BE ENABLED UNLESS YOU KNOW THE IMPLICATIONS. +. + +Type: +boolean + +Default:
+ Example:
+ Declared by:
|