diff --git a/options.xhtml b/options.xhtml index 16cfb8f37..99354e2d9 100644 --- a/options.xhtml +++ b/options.xhtml @@ -16240,6 +16240,40 @@ null or package

Default: pkgs.aerospace

+

Declared by:

+ + +
+ +<home-manager/modules/programs/aerospace.nix> + +
+ +
+ + programs.aerospace.extraConfig + + +
+
+

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 by: