diff --git a/options.xhtml b/options.xhtml index 7371c4cad..a9d5b1909 100644 --- a/options.xhtml +++ b/options.xhtml @@ -37141,6 +37141,161 @@ string
+programs.nh.enable
+
+
+Whether to enable nh, yet another Nix CLI helper.
+ +Type: +boolean
+ +Default:
+false
Example:
+true
Declared by:
+
+
+<home-manager/modules/programs/nh.nix>
+
+ |
programs.nh.package
+
+
+The nh package to use.
+ +Type: +package
+ +Default:
+pkgs.nh
Declared by:
+
+
+<home-manager/modules/programs/nh.nix>
+
+ |
programs.nh.clean.enable
+
+
+Whether to enable periodic garbage collection for user profile and nix store with nh clean +user.
+ +Type: +boolean
+ +Default:
+false
Example:
+true
Declared by:
+
+
+<home-manager/modules/programs/nh.nix>
+
+ |
programs.nh.clean.dates
+
+
+How often cleanup is performed.
The format is described in systemd.time(7).
+ +Type: +(optionally newline-terminated) single-line string
+ +Default:
+"weekly"
Declared by:
+
+
+<home-manager/modules/programs/nh.nix>
+
+ |
programs.nh.clean.extraArgs
+
+
+Options given to nh clean when the service is run automatically.
See nh clean all --help
for more information.
Type: +(optionally newline-terminated) single-line string
+ +Default:
+""
Example:
+"--keep 5 --keep-since 3d"
Declared by:
+
+
+<home-manager/modules/programs/nh.nix>
+
+ |
programs.nh.flake
+
+
+The path that will be used for the FLAKE
environment variable.
FLAKE
is used by nh as the default flake for performing actions,
+like nh os switch.
Type: +null or path
+ +Default:
+null
Declared by:
+
+
+<home-manager/modules/programs/nh.nix>
+
+ |
programs.nheko.enable