1
0
Fork 0
mirror of https://github.com/nix-community/home-manager.git synced 2025-11-08 11:36:05 +01:00
This commit is contained in:
khaneliman 2025-11-04 22:57:06 +00:00
parent fe67cbcad6
commit e4529bc7f6

View file

@ -36731,6 +36731,58 @@ attribute set of (atom (null, bool, int, float or string) or a list of them for
</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/ghostty.nix" target="_top">
&lt;home-manager/modules/programs/ghostty.nix&gt;
</a></code>
</td></tr>
</table>
</dd>
<dt>
<span class="term">
<a id="opt-programs.ghostty.systemd"></a><a class="term" href="options.xhtml#opt-programs.ghostty.systemd"><code class="option">programs.ghostty.systemd</code>
</a>
</span>
</dt>
<dd>
<p>Configuration for Ghosttys systemd integration.
This enables additional speed and features.</p><p>See <a class="link" href="https://ghostty.org/docs/linux/systemd" target="_top">https://ghostty.org/docs/linux/systemd</a> for more information.</p>
<p><span class="emphasis"><em>Type:</em></span>
submodule</p>
<p><span class="emphasis"><em>Default:</em></span>
<code class="literal">{ }</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/ghostty.nix" target="_top">
&lt;home-manager/modules/programs/ghostty.nix&gt;
</a></code>
</td></tr>
</table>
</dd>
<dt>
<span class="term">
<a id="opt-programs.ghostty.systemd.enable"></a><a class="term" href="options.xhtml#opt-programs.ghostty.systemd.enable"><code class="option">programs.ghostty.systemd.enable</code>
</a>
</span>
</dt>
<dd>
<p>Whether to enable the Ghostty systemd user service.</p>
<p><span class="emphasis"><em>Type:</em></span>
boolean</p>
<p><span class="emphasis"><em>Default:</em></span>
<code class="literal">true</code> on Linux, <code class="literal">false</code> otherwise</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>