MyNixOS website logo
option

programs.aerospace.userSettings

AeroSpace configuration, see https://nikitabobko.github.io/AeroSpace/guide#configuring-aerospace for supported values.

Declarations
Type
TOML value
Default
{ }
Example
{
  gaps = {
    outer.left = 8;
    outer.bottom = 8;
    outer.top = 8;
    outer.right = 8;
  };
  mode.main.binding = {
    alt-h = "focus left";
    alt-j = "focus down";
    alt-k = "focus up";
    alt-l = "focus right";
  };
}