From 7ee13bd17fea51722c1cf5fee052d8a422fd0aef Mon Sep 17 00:00:00 2001 From: khaneliman Date: Mon, 11 Aug 2025 15:02:37 +0000 Subject: [PATCH] deploy: 67393957c27b4e4c6c48a60108a201413ced7800 --- options.xhtml | 36 ++++++++++++++++++++++++++++++++++-- 1 file changed, 34 insertions(+), 2 deletions(-) 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: