programs.hwatch.enable
Whether to enable hwatch, a modern alternative to the watch command
.
Type: boolean
Default:
false
Example:
true
Declared by:
programs.hwatch.package
The hwatch package to use.
Type: null or package
Default:
pkgs.hwatch
Declared by:
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: