This commit is contained in:
rycee 2023-06-14 21:40:53 +00:00
parent d555a212e6
commit e45f32581c

View file

@ -3165,6 +3165,10 @@ for the documentation.</p><p><span class="emphasis"><em>Type:</em></span> TOML v
}
</pre><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-cliff.nix#blob-path" target="_top">
&lt;home-manager/modules/programs/git-cliff.nix&gt;
</a></code></td></tr></table></dd><dt><span class="term"><a id="opt-programs.git-credential-oauth.enable"></a><a class="term" href="options.html#opt-programs.git-credential-oauth.enable"><code class="option">programs.git-credential-oauth.enable</code></a></span></dt><dd><p>Whether to enable Git authentication handler for OAuth.</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-credential-oauth.nix#blob-path" target="_top">
&lt;home-manager/modules/programs/git-credential-oauth.nix&gt;
</a></code></td></tr></table></dd><dt><span class="term"><a id="opt-programs.git-credential-oauth.package"></a><a class="term" href="options.html#opt-programs.git-credential-oauth.package"><code class="option">programs.git-credential-oauth.package</code></a></span></dt><dd><p>The git-credential-oauth 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.git-credential-oauth</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-credential-oauth.nix#blob-path" target="_top">
&lt;home-manager/modules/programs/git-credential-oauth.nix&gt;
</a></code></td></tr></table></dd><dt><span class="term"><a id="opt-programs.gitui.enable"></a><a class="term" href="options.html#opt-programs.gitui.enable"><code class="option">programs.gitui.enable</code></a></span></dt><dd><p>Whether to enable gitui, blazing fast terminal-ui for git written in rust.</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/gitui.nix#blob-path" target="_top">
&lt;home-manager/modules/programs/gitui.nix&gt;
</a></code></td></tr></table></dd><dt><span class="term"><a id="opt-programs.gitui.package"></a><a class="term" href="options.html#opt-programs.gitui.package"><code class="option">programs.gitui.package</code></a></span></dt><dd><p>The 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.gitui"</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/gitui.nix#blob-path" target="_top">