diff --git a/options.xhtml b/options.xhtml index f9fac092f..c8c55ece6 100644 --- a/options.xhtml +++ b/options.xhtml @@ -44174,12 +44174,12 @@ null or package
programs.less.keys
+ programs.less.config
Extra configuration for less written to +
Configuration for less, written to
$XDG_CONFIG_HOME/lesskey.
Type: @@ -44189,11 +44189,43 @@ strings concatenated with ā\nā
""
Example:
''
+ #command
s back-line
t forw-line
''
+Declared by:
+
+
+<home-manager/modules/programs/less.nix>
+
+ |
programs.less.options
+
+
+GNU-style options to be set via $LESS.
Type: +attribute set of (boolean or signed integer or string)
+ +Default:
+{ }
Example:
{
+ RAW-CONTROL-CHARS = true;
+ quiet = true;
+ wheel-lines = 3;
+}
+
+
Declared by: