From ff164bcd30a40fad49b6fdbf2a1a78f914e5b189 Mon Sep 17 00:00:00 2001 From: khaneliman Date: Sun, 26 Oct 2025 02:38:52 +0000 Subject: [PATCH] deploy: 64020f453bdf3634bf88a6bbce7f3e56183c8b2b --- options.xhtml | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) 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: