mirror of
https://github.com/nix-community/home-manager.git
synced 2025-04-09 10:34:44 +00:00
deploy: 343646e092
This commit is contained in:
parent
aa6c7addbe
commit
6e7718ff89
1 changed files with 31 additions and 0 deletions
|
@ -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">
|
||||
<home-manager/modules/programs/kitty.nix>
|
||||
</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">{
|
||||
"launch_tab" = "launch --cwd=current --type=tab";
|
||||
"launch_window" = "launch --cwd=current --type=os-window";
|
||||
}
|
||||
|
||||
</code></pre>
|
||||
|
||||
<p><span class="emphasis"><em>Declared by:</em></span></p>
|
||||
<table border="0" summary="Simple list" class="simplelist">
|
||||
<tr><td>
|
||||
|
|
Loading…
Add table
Reference in a new issue