system changes

This commit is contained in:
jjanzen 2025-01-07 21:50:23 -06:00
parent 571a157725
commit bc19157243

View file

@ -6,6 +6,20 @@
{
services.aerospace = {
enable = true;
settings = {
gaps = {
outer.left = 0;
outer.bottom = 0;
outer.top = 0;
outer.right = 0;
};
mode.main.binding = {
cmd-h = "focus left";
cmd-j = "focus down";
cmd-k = "focus up";
cmd-l = "focus right";
};
};
};
}
#+end_src