mirror of
https://github.com/nix-community/home-manager.git
synced 2025-12-10 02:51:05 +01:00
deploy: 65b65ce5ef
This commit is contained in:
parent
360276af09
commit
61a78ec23d
4 changed files with 21 additions and 31 deletions
30
options.html
30
options.html
|
|
@ -2568,9 +2568,15 @@ for the default configuration.
|
|||
<home-manager/modules/programs/broot.nix>
|
||||
</a></code></td></tr></table></dd><dt><span class="term"><a id="opt-programs.broot.package"></a><a class="term" href="options.html#opt-programs.broot.package"><code class="option">programs.broot.package</code></a></span></dt><dd><p>Package providing broot</p><p><span class="emphasis"><em>Type:</em></span> package</p><p><span class="emphasis"><em>Default:</em></span> <code class="literal">pkgs.broot</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/broot.nix#blob-path" target="_top">
|
||||
<home-manager/modules/programs/broot.nix>
|
||||
</a></code></td></tr></table></dd><dt><span class="term"><a id="opt-programs.broot.modal"></a><a class="term" href="options.html#opt-programs.broot.modal"><code class="option">programs.broot.modal</code></a></span></dt><dd><p>Whether to enable modal (vim) mode.</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/programs/broot.nix#blob-path" target="_top">
|
||||
</a></code></td></tr></table></dd><dt><span class="term"><a id="opt-programs.broot.settings"></a><a class="term" href="options.html#opt-programs.broot.settings"><code class="option">programs.broot.settings</code></a></span></dt><dd><p>Verbatim config entries</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>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/broot.nix#blob-path" target="_top">
|
||||
<home-manager/modules/programs/broot.nix>
|
||||
</a></code></td></tr></table></dd><dt><span class="term"><a id="opt-programs.broot.skin"></a><a class="term" href="options.html#opt-programs.broot.skin"><code class="option">programs.broot.skin</code></a></span></dt><dd><p>Color configuration.
|
||||
</a></code></td></tr></table></dd><dt><span class="term"><a id="opt-programs.broot.settings.modal"></a><a class="term" href="options.html#opt-programs.broot.settings.modal"><code class="option">programs.broot.settings.modal</code></a></span></dt><dd><p>Whether to enable modal (vim) mode.</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/programs/broot.nix#blob-path" target="_top">
|
||||
<home-manager/modules/programs/broot.nix>
|
||||
</a></code></td></tr></table></dd><dt><span class="term"><a id="opt-programs.broot.settings.skin"></a><a class="term" href="options.html#opt-programs.broot.settings.skin"><code class="option">programs.broot.settings.skin</code></a></span></dt><dd><p>Color configuration.
|
||||
</p><p>
|
||||
Complete list of keys (expected to change before the v1 of broot):
|
||||
|
||||
|
|
@ -2599,7 +2605,7 @@ Add <code class="literal">_fg</code> for a foreground color and
|
|||
}
|
||||
</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/broot.nix#blob-path" target="_top">
|
||||
<home-manager/modules/programs/broot.nix>
|
||||
</a></code></td></tr></table></dd><dt><span class="term"><a id="opt-programs.broot.verbs"></a><a class="term" href="options.html#opt-programs.broot.verbs"><code class="option">programs.broot.verbs</code></a></span></dt><dd><p>Define new verbs. For more information, see
|
||||
</a></code></td></tr></table></dd><dt><span class="term"><a id="opt-programs.broot.settings.verbs"></a><a class="term" href="options.html#opt-programs.broot.settings.verbs"><code class="option">programs.broot.settings.verbs</code></a></span></dt><dd><p>Define new verbs. For more information, see
|
||||
<a class="link" href="https://dystroy.org/broot/documentation/configuration/#verb-definition-attributes" target="_top">https://dystroy.org/broot/documentation/configuration/#verb-definition-attributes</a>.
|
||||
</p><p>
|
||||
The possible attributes are:
|
||||
|
|
@ -2612,22 +2618,6 @@ The possible attributes are:
|
|||
</p><p><span class="emphasis"><em>Type:</em></span> list of attribute set of (boolean or string)</p><p><span class="emphasis"><em>Default:</em></span> <code class="literal">
|
||||
[
|
||||
|
||||
{
|
||||
execution = ":parent"; invocation = "p";
|
||||
}
|
||||
|
||||
{
|
||||
execution = "$EDITOR {file}"; invocation = "edit"; shortcut = "e";
|
||||
}
|
||||
|
||||
{
|
||||
execution = "$EDITOR {directory}/{subpath}"; invocation = "create {subpath}";
|
||||
}
|
||||
|
||||
{
|
||||
execution = "less {file}"; invocation = "view";
|
||||
}
|
||||
|
||||
]
|
||||
</code></p><p><span class="emphasis"><em>Example:</em></span> </p><pre class="programlisting">[
|
||||
{ invocation = "p"; execution = ":parent"; }
|
||||
|
|
@ -2636,7 +2626,7 @@ The possible attributes are:
|
|||
{ invocation = "view"; execution = "less {file}"; }
|
||||
{
|
||||
invocation = "blop {name}\\.{type}";
|
||||
execution = "/bin/mkdir {parent}/{type} && /usr/bin/nvim {parent}/{type}/{name}.{type}";
|
||||
execution = "mkdir {parent}/{type} && ${pkgs.neovim}/bin/nvim {parent}/{type}/{name}.{type}";
|
||||
from_shell = true;
|
||||
}
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue