1
0
Fork 0
mirror of https://github.com/nix-community/home-manager.git synced 2025-11-08 11:36:05 +01:00

Compare commits

..

2 commits

Author SHA1 Message Date
khaneliman
e4529bc7f6 deploy: 34fe48801d 2025-11-04 22:57:06 +00:00
khaneliman
fe67cbcad6 deploy: 0a5a165aca 2025-11-04 20:07:32 +00:00

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>
@ -74939,6 +74991,30 @@ null or package</p>
<p><span class="emphasis"><em>Default:</em></span>
<code class="literal">pkgs.superfile</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/superfile.nix" target="_top">
&lt;home-manager/modules/programs/superfile.nix&gt;
</a></code>
</td></tr>
</table>
</dd>
<dt>
<span class="term">
<a id="opt-programs.superfile.firstUseCheck"></a><a class="term" href="options.xhtml#opt-programs.superfile.firstUseCheck"><code class="option">programs.superfile.firstUseCheck</code>
</a>
</span>
</dt>
<dd>
<p>Enables the first time use popup.</p>
<p><span class="emphasis"><em>Type:</em></span>
boolean</p>
<p><span class="emphasis"><em>Default:</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>
@ -74997,6 +75073,90 @@ null or package</p>
<p><span class="emphasis"><em>Default:</em></span>
<code class="literal">pkgs.exiftool</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/superfile.nix" target="_top">
&lt;home-manager/modules/programs/superfile.nix&gt;
</a></code>
</td></tr>
</table>
</dd>
<dt>
<span class="term">
<a id="opt-programs.superfile.pinnedFolders"></a><a class="term" href="options.xhtml#opt-programs.superfile.pinnedFolders"><code class="option">programs.superfile.pinnedFolders</code>
</a>
</span>
</dt>
<dd>
<p>Entries that get added to the pinned panel.</p>
<p><span class="emphasis"><em>Type:</em></span>
list of (open submodule of (JSON 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">[
{
name = &quot;Nix Store&quot;;
location = &quot;/nix/store&quot;;
}
];
</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/superfile.nix" target="_top">
&lt;home-manager/modules/programs/superfile.nix&gt;
</a></code>
</td></tr>
</table>
</dd>
<dt>
<span class="term">
<a id="opt-programs.superfile.pinnedFolders._.location"></a><a class="term" href="options.xhtml#opt-programs.superfile.pinnedFolders._.location"><code class="option">programs.superfile.pinnedFolders.*.location</code>
</a>
</span>
</dt>
<dd>
<p>Location of the pinned entry.</p>
<p><span class="emphasis"><em>Type:</em></span>
absolute path</p>
<p><span class="emphasis"><em>Example:</em></span>
<code class="literal">&quot;/nix/store&quot;</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/superfile.nix" target="_top">
&lt;home-manager/modules/programs/superfile.nix&gt;
</a></code>
</td></tr>
</table>
</dd>
<dt>
<span class="term">
<a id="opt-programs.superfile.pinnedFolders._.name"></a><a class="term" href="options.xhtml#opt-programs.superfile.pinnedFolders._.name"><code class="option">programs.superfile.pinnedFolders.*.name</code>
</a>
</span>
</dt>
<dd>
<p>Name that will be shown.</p>
<p><span class="emphasis"><em>Type:</em></span>
null or string</p>
<p><span class="emphasis"><em>Default:</em></span>
<code class="literal">null</code></p>
<p><span class="emphasis"><em>Example:</em></span>
<code class="literal">&quot;Nix Store&quot;</code></p>
<p><span class="emphasis"><em>Declared by:</em></span></p>
<table border="0" summary="Simple list" class="simplelist">
<tr><td>