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:
rycee 2025-01-23 11:05:38 +00:00
parent eadce6f0af
commit f84b0c7ce1

View file

@ -23414,6 +23414,10 @@ attribute set of (atom (null, bool, int, float or string) or a list of them for
<p><span class="emphasis"><em>Example:</em></span></p><pre><code class="programlisting">{
theme = &quot;catppuccin-mocha&quot;;
font-size = 10;
keybind = [
&quot;ctrl+h=goto_split:left&quot;
&quot;ctrl+l=goto_split:right&quot;
];
}
</code></pre>