From 0bedb8d069336357c309983c5c8666591445e1c8 Mon Sep 17 00:00:00 2001 From: rycee Date: Sat, 14 Sep 2024 07:15:13 +0000 Subject: [PATCH] deploy: 43845d04f83d44d744206ea9884b8206e7640633 --- options.xhtml | 58 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 58 insertions(+) diff --git a/options.xhtml b/options.xhtml index c9e8cfd91..6ea91e16f 100644 --- a/options.xhtml +++ b/options.xhtml @@ -21581,6 +21581,64 @@ attribute set of (string or boolean or signed integer or attribute set of (strin } +

Declared by:

+ + +
+ +<home-manager/modules/programs/git.nix> + +
+ +
+ + programs.git.diff-highlight.enable + + +
+
+

Enable the contrib diff-highlight syntax highlighter. +See https://github.com/git/git/blob/master/contrib/diff-highlight/README,

+ +

Type: +boolean

+ +

Default: +false

+ +

Example: +true

+ +

Declared by:

+ + +
+ +<home-manager/modules/programs/git.nix> + +
+
+
+ + programs.git.diff-highlight.pagerOpts + + +
+
+

Arguments to be passed to less.

+ +

Type: +list of string

+ +

Default: +[ ]

+ +

Example:

[
+  "--tabs=4"
+  "-RFX"
+]
+
+

Declared by: