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-08-31 16:54:40 +00:00
parent e61ab5fc0e
commit 0f69accc2a

View file

@ -102217,6 +102217,125 @@ TOML value</p>
</td></tr> </td></tr>
</table> </table>
</dd> </dd>
<dt>
<span class="term">
<a id="opt-services.shpool.enable"></a><a class="term" href="options.xhtml#opt-services.shpool.enable"><code class="option">services.shpool.enable</code>
</a>
</span>
</dt>
<dd>
<p>Whether to enable shpool.</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/services/shpool.nix" target="_top">
&lt;home-manager/modules/services/shpool.nix&gt;
</a></code>
</td></tr>
</table>
</dd>
<dt>
<span class="term">
<a id="opt-services.shpool.package"></a><a class="term" href="options.xhtml#opt-services.shpool.package"><code class="option">services.shpool.package</code>
</a>
</span>
</dt>
<dd>
<p>The shpool package to use.</p>
<p><span class="emphasis"><em>Type:</em></span>
null or package</p>
<p><span class="emphasis"><em>Default:</em></span>
<code class="literal">pkgs.shpool</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/services/shpool.nix" target="_top">
&lt;home-manager/modules/services/shpool.nix&gt;
</a></code>
</td></tr>
</table>
</dd>
<dt>
<span class="term">
<a id="opt-services.shpool.settings"></a><a class="term" href="options.xhtml#opt-services.shpool.settings"><code class="option">services.shpool.settings</code>
</a>
</span>
</dt>
<dd>
<p>Configuration to use for shpool. See
<a class="link" href="https://github.com/shell-pool/shpool/blob/master/CONFIG.md" target="_top">https://github.com/shell-pool/shpool/blob/master/CONFIG.md</a>
for available options.</p>
<p><span class="emphasis"><em>Type:</em></span>
TOML 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">{
keybinding = [
{
action = &quot;detach&quot;;
binding = &quot;Ctrl-a d&quot;;
}
];
motd = &quot;never&quot;;
prompt_prefix = &quot;[$SHPOOL_SESSION_NAME]&quot;;
session_restore_mode = {
lines = 1000;
};
}
</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/services/shpool.nix" target="_top">
&lt;home-manager/modules/services/shpool.nix&gt;
</a></code>
</td></tr>
</table>
</dd>
<dt>
<span class="term">
<a id="opt-services.shpool.systemd"></a><a class="term" href="options.xhtml#opt-services.shpool.systemd"><code class="option">services.shpool.systemd</code>
</a>
</span>
</dt>
<dd>
<p>Whether to enable systemd service and socket for shpool.</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>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/services/shpool.nix" target="_top">
&lt;home-manager/modules/services/shpool.nix&gt;
</a></code>
</td></tr>
</table>
</dd>
<dt> <dt>
<span class="term"> <span class="term">
<a id="opt-services.signaturepdf.enable"></a><a class="term" href="options.xhtml#opt-services.signaturepdf.enable"><code class="option">services.signaturepdf.enable</code> <a id="opt-services.signaturepdf.enable"></a><a class="term" href="options.xhtml#opt-services.signaturepdf.enable"><code class="option">services.signaturepdf.enable</code>