mirror of
https://github.com/nix-community/home-manager
synced 2024-11-10 21:29:48 +01:00
deploy: e21ec3db17
This commit is contained in:
parent
8b6be74a60
commit
f88a4d61ac
1 changed files with 2 additions and 0 deletions
|
@ -2677,6 +2677,8 @@ to gain access to <span class="command"><strong>git send-email</strong></span> f
|
||||||
</a></code></td></tr></table></dd><dt><span class="term"><a id="opt-programs.git.delta.enable"></a><a class="term" href="options.html#opt-programs.git.delta.enable"><code class="option">programs.git.delta.enable</code></a></span></dt><dd><p>Whether to enable the <span class="command"><strong>delta</strong></span> syntax highlighter.
|
</a></code></td></tr></table></dd><dt><span class="term"><a id="opt-programs.git.delta.enable"></a><a class="term" href="options.html#opt-programs.git.delta.enable"><code class="option">programs.git.delta.enable</code></a></span></dt><dd><p>Whether to enable the <span class="command"><strong>delta</strong></span> syntax highlighter.
|
||||||
See <a class="link" href="https://github.com/dandavison/delta" target="_top">https://github.com/dandavison/delta</a>.</p><p><span class="emphasis"><em>Type:</em></span> boolean</p><p><span class="emphasis"><em>Default:</em></span> <code class="literal">false</code></p><p><span class="emphasis"><em>Example:</em></span> <code class="literal">true</code></p><p><span class="emphasis"><em>Declared by:</em></span></p><table border="0" summary="Simple list" class="simplelist"><tr><td><code class="filename"><a class="filename" href="https://github.com/nix-community/home-manager/blob/master/modules/programs/git.nix#blob-path" target="_top">
|
See <a class="link" href="https://github.com/dandavison/delta" target="_top">https://github.com/dandavison/delta</a>.</p><p><span class="emphasis"><em>Type:</em></span> boolean</p><p><span class="emphasis"><em>Default:</em></span> <code class="literal">false</code></p><p><span class="emphasis"><em>Example:</em></span> <code class="literal">true</code></p><p><span class="emphasis"><em>Declared by:</em></span></p><table border="0" summary="Simple list" class="simplelist"><tr><td><code class="filename"><a class="filename" href="https://github.com/nix-community/home-manager/blob/master/modules/programs/git.nix#blob-path" target="_top">
|
||||||
<home-manager/modules/programs/git.nix>
|
<home-manager/modules/programs/git.nix>
|
||||||
|
</a></code></td></tr></table></dd><dt><span class="term"><a id="opt-programs.git.delta.package"></a><a class="term" href="options.html#opt-programs.git.delta.package"><code class="option">programs.git.delta.package</code></a></span></dt><dd><p>The delta package to use.</p><p><span class="emphasis"><em>Type:</em></span> package</p><p><span class="emphasis"><em>Default:</em></span> <code class="literal">pkgs.delta</code></p><p><span class="emphasis"><em>Declared by:</em></span></p><table border="0" summary="Simple list" class="simplelist"><tr><td><code class="filename"><a class="filename" href="https://github.com/nix-community/home-manager/blob/master/modules/programs/git.nix#blob-path" target="_top">
|
||||||
|
<home-manager/modules/programs/git.nix>
|
||||||
</a></code></td></tr></table></dd><dt><span class="term"><a id="opt-programs.git.delta.options"></a><a class="term" href="options.html#opt-programs.git.delta.options"><code class="option">programs.git.delta.options</code></a></span></dt><dd><p>Options to configure delta.</p><p><span class="emphasis"><em>Type:</em></span> attribute set of (string or boolean or signed integer or attribute set of (string or boolean or signed integer))</p><p><span class="emphasis"><em>Default:</em></span> <code class="literal">{ }</code></p><p><span class="emphasis"><em>Example:</em></span> </p><pre class="programlisting">{
|
</a></code></td></tr></table></dd><dt><span class="term"><a id="opt-programs.git.delta.options"></a><a class="term" href="options.html#opt-programs.git.delta.options"><code class="option">programs.git.delta.options</code></a></span></dt><dd><p>Options to configure delta.</p><p><span class="emphasis"><em>Type:</em></span> attribute set of (string or boolean or signed integer or attribute set of (string or boolean or signed integer))</p><p><span class="emphasis"><em>Default:</em></span> <code class="literal">{ }</code></p><p><span class="emphasis"><em>Example:</em></span> </p><pre class="programlisting">{
|
||||||
decorations = {
|
decorations = {
|
||||||
commit-decoration-style = "bold yellow box ul";
|
commit-decoration-style = "bold yellow box ul";
|
||||||
|
|
Loading…
Reference in a new issue