1
0
Fork 0
mirror of https://github.com/nix-community/home-manager.git synced 2025-12-05 16:41:04 +01:00
This commit is contained in:
khaneliman 2025-07-13 02:29:10 +00:00
parent 3bb44a39ee
commit 189cddd4b9

View file

@ -75979,6 +75979,24 @@ YAML 1.1 value</p>
<p><span class="emphasis"><em>Example:</em></span></p><pre><code class="programlisting">{ <p><span class="emphasis"><em>Example:</em></span></p><pre><code class="programlisting">{
theme = &quot;custom&quot;; theme = &quot;custom&quot;;
themes.custom.fg = &quot;#ffffff&quot;; themes.custom.fg = &quot;#ffffff&quot;;
keybinds._props.clear-defaults = true;
keybinds.pane._children = [
{
bind = {
_args = [&quot;e&quot;];
_children = [
{ TogglePaneEmbedOrFloating = {}; }
{ SwitchToMode._args = [&quot;locked&quot;]; }
];
};
}
{
bind = {
_args = [&quot;left&quot;];
MoveFocus = [&quot;left&quot;];
};
}
];
} }
</code></pre> </code></pre>