mirror of
https://github.com/nix-community/home-manager.git
synced 2025-12-05 08:31:03 +01:00
deploy: fc25398450
This commit is contained in:
parent
3bb44a39ee
commit
189cddd4b9
1 changed files with 18 additions and 0 deletions
|
|
@ -75979,6 +75979,24 @@ YAML 1.1 value</p>
|
|||
<p><span class="emphasis"><em>Example:</em></span></p><pre><code class="programlisting">{
|
||||
theme = "custom";
|
||||
themes.custom.fg = "#ffffff";
|
||||
keybinds._props.clear-defaults = true;
|
||||
keybinds.pane._children = [
|
||||
{
|
||||
bind = {
|
||||
_args = ["e"];
|
||||
_children = [
|
||||
{ TogglePaneEmbedOrFloating = {}; }
|
||||
{ SwitchToMode._args = ["locked"]; }
|
||||
];
|
||||
};
|
||||
}
|
||||
{
|
||||
bind = {
|
||||
_args = ["left"];
|
||||
MoveFocus = ["left"];
|
||||
};
|
||||
}
|
||||
];
|
||||
}
|
||||
|
||||
</code></pre>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue