deploy: a835096fd2
This commit is contained in:
parent
a036af39e3
commit
102c3bbf5f
15
options.html
15
options.html
|
@ -3967,6 +3967,21 @@ for the documentation.</p><p><span class="emphasis"><em>Type:</em></span> attrib
|
|||
}
|
||||
</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/kitty.nix#blob-path" target="_top">
|
||||
<home-manager/modules/programs/kitty.nix>
|
||||
</a></code></td></tr></table></dd><dt><span class="term"><a id="opt-programs.kitty.shellIntegration.enableBashIntegration"></a><a class="term" href="options.html#opt-programs.kitty.shellIntegration.enableBashIntegration"><code class="option">programs.kitty.shellIntegration.enableBashIntegration</code></a></span></dt><dd><p>Whether to enable Kitty bash integration.</p><p><span class="emphasis"><em>Type:</em></span> boolean</p><p><span class="emphasis"><em>Default:</em></span> </p><pre class="programlisting">config.programs.kitty.shellIntegration.mode != "disabled"
|
||||
</pre><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/kitty.nix#blob-path" target="_top">
|
||||
<home-manager/modules/programs/kitty.nix>
|
||||
</a></code></td></tr></table></dd><dt><span class="term"><a id="opt-programs.kitty.shellIntegration.enableFishIntegration"></a><a class="term" href="options.html#opt-programs.kitty.shellIntegration.enableFishIntegration"><code class="option">programs.kitty.shellIntegration.enableFishIntegration</code></a></span></dt><dd><p>Whether to enable Kitty fish integration.</p><p><span class="emphasis"><em>Type:</em></span> boolean</p><p><span class="emphasis"><em>Default:</em></span> </p><pre class="programlisting">config.programs.kitty.shellIntegration.mode != "disabled"
|
||||
</pre><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/kitty.nix#blob-path" target="_top">
|
||||
<home-manager/modules/programs/kitty.nix>
|
||||
</a></code></td></tr></table></dd><dt><span class="term"><a id="opt-programs.kitty.shellIntegration.enableZshIntegration"></a><a class="term" href="options.html#opt-programs.kitty.shellIntegration.enableZshIntegration"><code class="option">programs.kitty.shellIntegration.enableZshIntegration</code></a></span></dt><dd><p>Whether to enable Kitty zsh integration.</p><p><span class="emphasis"><em>Type:</em></span> boolean</p><p><span class="emphasis"><em>Default:</em></span> </p><pre class="programlisting">config.programs.kitty.shellIntegration.mode != "disabled"
|
||||
</pre><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/kitty.nix#blob-path" target="_top">
|
||||
<home-manager/modules/programs/kitty.nix>
|
||||
</a></code></td></tr></table></dd><dt><span class="term"><a id="opt-programs.kitty.shellIntegration.mode"></a><a class="term" href="options.html#opt-programs.kitty.shellIntegration.mode"><code class="option">programs.kitty.shellIntegration.mode</code></a></span></dt><dd><p>Set the mode of the shell integration. This accepts the same options
|
||||
as the shell_integration option of Kitty. Note that no-rc is always
|
||||
implied. See
|
||||
<a class="link" href="https://sw.kovidgoyal.net/kitty/shell-integration" target="_top">https://sw.kovidgoyal.net/kitty/shell-integration</a>
|
||||
for more details.</p><p><span class="emphasis"><em>Type:</em></span> string</p><p><span class="emphasis"><em>Default:</em></span> <code class="literal">"enabled"</code></p><p><span class="emphasis"><em>Example:</em></span> <code class="literal">"no-cursor"</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/kitty.nix#blob-path" target="_top">
|
||||
<home-manager/modules/programs/kitty.nix>
|
||||
</a></code></td></tr></table></dd><dt><span class="term"><a id="opt-programs.kitty.theme"></a><a class="term" href="options.html#opt-programs.kitty.theme"><code class="option">programs.kitty.theme</code></a></span></dt><dd><p>Apply a Kitty color theme. This option takes the friendly name of
|
||||
any theme given by the command <span class="command"><strong>kitty +kitten themes</strong></span>.
|
||||
See <a class="link" href="https://github.com/kovidgoyal/kitty-themes" target="_top">https://github.com/kovidgoyal/kitty-themes</a>
|
||||
|
|
Loading…
Reference in a new issue