From 6fd593f9b9dc9a9bf00799f68c297f9ffad071f8 Mon Sep 17 00:00:00 2001 From: khaneliman Date: Mon, 6 Oct 2025 13:07:46 +0000 Subject: [PATCH] deploy: 7d3d323e906a06247920c0a8fb2fa473a3770fb9 --- options.xhtml | 57 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 57 insertions(+) diff --git a/options.xhtml b/options.xhtml index d1f3c605a..201c1c6f1 100644 --- a/options.xhtml +++ b/options.xhtml @@ -35640,6 +35640,33 @@ one of “always”, “auto”, “never”

Example: "always"

+

Declared by:

+ + +
+ +<home-manager/modules/programs/git.nix> + +
+ +
+ + programs.git.difftastic.context + + +
+
+

Determines the number of contextual lines to show around changed lines.

+ +

Type: +32 bit unsigned integer; between 0 and 4294967295 (both inclusive)

+ +

Default: +3

+ +

Example: +5

+

Declared by:

@@ -35667,6 +35694,36 @@ one of “side-by-side”, “side-by-side-show-both”, “inline”

Example: "inline"

+

Declared by:

+ + +
+ +<home-manager/modules/programs/git.nix> + +
+ +
+ + programs.git.difftastic.extraArgs + + +
+
+

Extra command line arguments to pass to difft.

+ +

Type: +null or (list of string)

+ +

Default: +null

+ +

Example:

[
+  "--tab-width=8"
+  "--sort-paths"
+]
+
+

Declared by: