mirror of
https://github.com/nix-community/home-manager.git
synced 2025-12-05 08:31:03 +01:00
deploy: 908200d680
This commit is contained in:
parent
f7851b6939
commit
3bb44a39ee
1 changed files with 119 additions and 0 deletions
119
options.xhtml
119
options.xhtml
|
|
@ -75830,6 +75830,125 @@ boolean</p>
|
||||||
<p><span class="emphasis"><em>Default:</em></span>
|
<p><span class="emphasis"><em>Default:</em></span>
|
||||||
<code class="literal">false</code></p>
|
<code class="literal">false</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/zellij.nix" target="_top">
|
||||||
|
<home-manager/modules/programs/zellij.nix>
|
||||||
|
</a></code>
|
||||||
|
</td></tr>
|
||||||
|
</table>
|
||||||
|
</dd>
|
||||||
|
<dt>
|
||||||
|
<span class="term">
|
||||||
|
<a id="opt-programs.zellij.layouts"></a><a class="term" href="options.xhtml#opt-programs.zellij.layouts"><code class="option">programs.zellij.layouts</code>
|
||||||
|
</a>
|
||||||
|
</span>
|
||||||
|
</dt>
|
||||||
|
<dd>
|
||||||
|
<p>Configuration written to
|
||||||
|
<code class="filename">$XDG_CONFIG_HOME/zellij/layouts/<layout>.kdl</code>.</p><p>See <a class="link" href="https://zellij.dev/documentation" target="_top">https://zellij.dev/documentation</a> for the full
|
||||||
|
list of options.</p>
|
||||||
|
|
||||||
|
<p><span class="emphasis"><em>Type:</em></span>
|
||||||
|
attribute set of (YAML 1.1 value or absolute path or strings concatenated with “\n”)</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">{
|
||||||
|
dev = {
|
||||||
|
layout = {
|
||||||
|
_children = [
|
||||||
|
{
|
||||||
|
default_tab_template = {
|
||||||
|
_children = [
|
||||||
|
{
|
||||||
|
pane = {
|
||||||
|
size = 1;
|
||||||
|
borderless = true;
|
||||||
|
plugin = {
|
||||||
|
location = "zellij:tab-bar";
|
||||||
|
};
|
||||||
|
};
|
||||||
|
}
|
||||||
|
{ "children" = { }; }
|
||||||
|
{
|
||||||
|
pane = {
|
||||||
|
size = 2;
|
||||||
|
borderless = true;
|
||||||
|
plugin = {
|
||||||
|
location = "zellij:status-bar";
|
||||||
|
};
|
||||||
|
};
|
||||||
|
}
|
||||||
|
];
|
||||||
|
};
|
||||||
|
}
|
||||||
|
{
|
||||||
|
tab = {
|
||||||
|
_props = {
|
||||||
|
name = "Project";
|
||||||
|
focus = true;
|
||||||
|
};
|
||||||
|
_children = [
|
||||||
|
{
|
||||||
|
pane = {
|
||||||
|
command = "nvim";
|
||||||
|
};
|
||||||
|
}
|
||||||
|
];
|
||||||
|
};
|
||||||
|
}
|
||||||
|
{
|
||||||
|
tab = {
|
||||||
|
_props = {
|
||||||
|
name = "Git";
|
||||||
|
};
|
||||||
|
_children = [
|
||||||
|
{
|
||||||
|
pane = {
|
||||||
|
command = "lazygit";
|
||||||
|
};
|
||||||
|
}
|
||||||
|
];
|
||||||
|
};
|
||||||
|
}
|
||||||
|
{
|
||||||
|
tab = {
|
||||||
|
_props = {
|
||||||
|
name = "Files";
|
||||||
|
};
|
||||||
|
_children = [
|
||||||
|
{
|
||||||
|
pane = {
|
||||||
|
command = "yazi";
|
||||||
|
};
|
||||||
|
}
|
||||||
|
];
|
||||||
|
};
|
||||||
|
}
|
||||||
|
{
|
||||||
|
tab = {
|
||||||
|
_props = {
|
||||||
|
name = "Shell";
|
||||||
|
};
|
||||||
|
_children = [
|
||||||
|
{
|
||||||
|
pane = {
|
||||||
|
command = "zsh";
|
||||||
|
};
|
||||||
|
}
|
||||||
|
];
|
||||||
|
};
|
||||||
|
}
|
||||||
|
];
|
||||||
|
};
|
||||||
|
};
|
||||||
|
}
|
||||||
|
|
||||||
|
</code></pre>
|
||||||
|
|
||||||
<p><span class="emphasis"><em>Declared by:</em></span></p>
|
<p><span class="emphasis"><em>Declared by:</em></span></p>
|
||||||
<table border="0" summary="Simple list" class="simplelist">
|
<table border="0" summary="Simple list" class="simplelist">
|
||||||
<tr><td>
|
<tr><td>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue