1
0
Fork 0
mirror of https://github.com/nix-community/home-manager.git synced 2025-12-05 08:31:03 +01:00
This commit is contained in:
khaneliman 2025-04-28 15:13:38 +00:00
parent 778749742d
commit 9b050f648a

View file

@ -26589,6 +26589,37 @@ list of string</p>
</code></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/gh.nix" target="_top">
&lt;home-manager/modules/programs/gh.nix&gt;
</a></code>
</td></tr>
</table>
</dd>
<dt>
<span class="term">
<a id="opt-programs.gh.hosts"></a><a class="term" href="options.xhtml#opt-programs.gh.hosts"><code class="option">programs.gh.hosts</code>
</a>
</span>
</dt>
<dd>
<p>Host-specific configuration written to <code class="filename">$XDG_CONFIG_HOME/gh/hosts.yml</code>.</p>
<p><span class="emphasis"><em>Type:</em></span>
YAML value</p>
<p><span class="emphasis"><em>Default:</em></span>
<code class="literal">{ }</code></p>
<p><span class="emphasis"><em>Example:</em></span></p><pre><code class="programlisting">{
&quot;github.com&quot; = {
user = &quot;&lt;your_username&gt;&quot;;
};
}
</code></pre>
<p><span class="emphasis"><em>Declared by:</em></span></p>
<table border="0" summary="Simple list" class="simplelist">
<tr><td>