From be5c929432d6919f13cf5fdb9649b4debffaee6b Mon Sep 17 00:00:00 2001 From: khaneliman Date: Fri, 30 May 2025 15:17:17 +0000 Subject: [PATCH] deploy: d36ac1f0db0bc5e8f6ac4e230c9cca7f9e35a179 --- options.xhtml | 83 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 83 insertions(+) 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