1
0
Fork 0
mirror of https://github.com/nix-community/home-manager.git synced 2025-04-09 10:34:44 +00:00
This commit is contained in:
khaneliman 2025-02-27 18:13:54 +00:00
parent aa6c7addbe
commit 6e7718ff89

View file

@ -34627,6 +34627,37 @@ package</p>
<p><span class="emphasis"><em>Default:</em></span>
<code class="literal">pkgs.kitty</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" target="_top">
&lt;home-manager/modules/programs/kitty.nix&gt;
</a></code>
</td></tr>
</table>
</dd>
<dt>
<span class="term">
<a id="opt-programs.kitty.actionAliases"></a><a class="term" href="options.xhtml#opt-programs.kitty.actionAliases"><code class="option">programs.kitty.actionAliases</code>
</a>
</span>
</dt>
<dd>
<p>Define action aliases.</p>
<p><span class="emphasis"><em>Type:</em></span>
attribute set of string</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;launch_tab&quot; = &quot;launch --cwd=current --type=tab&quot;;
&quot;launch_window&quot; = &quot;launch --cwd=current --type=os-window&quot;;
}
</code></pre>
<p><span class="emphasis"><em>Declared by:</em></span></p>
<table border="0" summary="Simple list" class="simplelist">
<tr><td>