From 26e05e1087704fc3349b798dbb6919eeec124ab3 Mon Sep 17 00:00:00 2001 From: khaneliman Date: Thu, 31 Jul 2025 17:42:15 +0000 Subject: [PATCH] deploy: 4e97102bd44899c514411aa8e604ecc33a9da356 --- options.xhtml | 78 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 78 insertions(+) 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: