From 7ee13bd17fea51722c1cf5fee052d8a422fd0aef Mon Sep 17 00:00:00 2001
From: khaneliman
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: