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
declared in: <home-manager/modules/programs/aerospace.nix>source unavailablealt-enter = '''exec-and-forget osascript -e ' tell application "Terminal" do script activate end tell' '''