programs.aerospace.extraConfig

Home-Manager option

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

type: strings concatenated with “\n”
Default
""
Example
alt-enter = '''exec-and-forget osascript -e ' tell application "Terminal" do script activate end tell' '''
declared in: <home-manager/modules/programs/aerospace.nix>source unavailable