MyNixOS website logo
option

programs.aerospace.extraConfig

Extra configuration to append to the aerospace.toml file. This allows you to add raw TOML content, including multiline strings.

Declarations
Type
strings concatenated with "\n"
Default
""
Example
alt-enter = '''exec-and-forget osascript -e '
  tell application "Terminal"
      do script
      activate
  end tell'
'''