From ff164bcd30a40fad49b6fdbf2a1a78f914e5b189 Mon Sep 17 00:00:00 2001
From: khaneliman
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: