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: null

+

Declared by:

+ + +
+ +<home-manager/modules/programs/nh.nix> + +
+ +
+ + programs.nh.homeFlake + + +
+
+

The string that will be used for the NH_HOME_FLAKE environment variable.

NH_HOME_FLAKE is used by nh as the default flake for performing nh home +actions, such as nh home switch. +Setting this will take priority over the flake option.

+ +

Type: +null or string

+ +

Default: +null

+ +

Declared by:

+ + +
+ +<home-manager/modules/programs/nh.nix> + +
+
+
+ + programs.nh.osFlake + + +
+
+

The string that will be used for the NH_OS_FLAKE environment variable.

NH_OS_FLAKE is used by nh as the default flake for performing nh os +actions, such as nh os switch. +Setting this will take priority over the flake option.

+ +

Type: +null or string

+ +

Default: +null

+

Declared by: