diff --git a/options.xhtml b/options.xhtml index d4cda09c4..18142535a 100644 --- a/options.xhtml +++ b/options.xhtml @@ -32969,6 +32969,89 @@ attribute set of (boolean or signed integer or string or list of (signed integer +
programs.hwatch.enable
+
+
+Whether to enable hwatch, a modern alternative to the watch command +.
+ +Type: +boolean
+ +Default:
+false
Example:
+true
Declared by:
+
+
+<home-manager/modules/programs/hwatch.nix>
+
+ |
programs.hwatch.package
+
+
+The hwatch package to use.
+ +Type: +null or package
+ +Default:
+pkgs.hwatch
Declared by:
+
+
+<home-manager/modules/programs/hwatch.nix>
+
+ |
programs.hwatch.extraArgs
+
+
+Extra command-line arguments to pass to hwatch.
+These will be used to populate the HWATCH environment variable.
Type: +list of string
+ +Default:
+[ ]
Example:
[
+ "--exec"
+ "--precise"
+]
+
+
+Declared by:
+
+
+<home-manager/modules/programs/hwatch.nix>
+
+ |
programs.hyfetch.enable