diff --git a/index.html b/index.html index c2babf0d..8d765d5b 100644 --- a/index.html +++ b/index.html @@ -1,6 +1,6 @@ -
ca.desrt.dconf
or dconf.service
?+
ca.desrt.dconf
or dconf.service
?This manual will eventually describe how to install, use, and extend Home Manager.
diff --git a/options.html b/options.html index 62319c69..2885d730 100644 --- a/options.html +++ b/options.html @@ -3068,6 +3068,30 @@ See htt }
Declared by:
<home-manager/modules/programs/git.nix>
+ |
programs.git.diff-so-fancy.enable
Enable the diff-so-fancy diff colorizer. +See https://github.com/so-fancy/diff-so-fancy. +
Type: boolean
Default: false
Example: true
Declared by:
+ <home-manager/modules/programs/git.nix>
+ |
programs.git.diff-so-fancy.changeHunkIndicators
Simplify git header chunks to a more human readable format. +
Type: boolean
Default: true
Example: false
Declared by:
+ <home-manager/modules/programs/git.nix>
+ |
programs.git.diff-so-fancy.markEmptyLines
Whether the first block of an empty line should be colored. +
Type: boolean
Default: true
Example: false
Declared by:
+ <home-manager/modules/programs/git.nix>
+ |
programs.git.diff-so-fancy.rulerWidth
By default, the separator for the file header spans the full +width of the terminal. Use this setting to set the width of +the file header manually. +
Type: null or signed integer
Default: null
Example: false
Declared by:
+ <home-manager/modules/programs/git.nix>
+ |
programs.git.diff-so-fancy.stripLeadingSymbols
Whether the +
or -
at
+line-start should be removed.
+
Type: boolean
Default: true
Example: false
Declared by:
+ <home-manager/modules/programs/git.nix>
+ |
programs.git.diff-so-fancy.useUnicodeRuler
By default, the separator for the file header uses Unicode +line-drawing characters. If this is causing output errors on +your terminal, set this to false to use ASCII characters instead. +
Type: boolean
Default: true
Example: false
Declared by:
+ <home-manager/modules/programs/git.nix>
|
programs.git.difftastic.enable
Enable the difft syntax highlighter. See https://github.com/Wilfred/difftastic.
Type: boolean
Default: false
Example: true
Declared by: