diff --git a/options.xhtml b/options.xhtml index 44d4268bc..bf047264d 100644 --- a/options.xhtml +++ b/options.xhtml @@ -50900,6 +50900,32 @@ boolean
Example:
"--keep 5 --keep-since 3d"
Declared by:
+
+
+<home-manager/modules/programs/nh.nix>
+
+ |
programs.nh.darwinFlake
+
+
+The string that will be used for the NH_DARWIN_FLAKE environment variable.
NH_DARWIN_FLAKE is used by nh as the default flake for performing
+nh darwin actions, such as nh darwin switch.
+Setting this will take priority over the flake option.
Type: +null or string
+ +Default:
+null
Declared by:
|
@@ -50925,6 +50951,58 @@ null or (optionally newline-terminated) single-line string or absolute path
Default:
Declared by: +
programs.nh.homeFlake
+
+
+The string that will be used for the
Type: +null or string + +Default:
+ Declared by: +
programs.nh.osFlake
+
+
+The string that will be used for the
Type: +null or string + +Default:
+ Declared by: |