Skip to content

Commit dbc10ec

Browse files
committed
aerospace: remove extraConfig, use settings instead
1 parent e87d0ac commit dbc10ec

File tree

1 file changed

+0
-17
lines changed

1 file changed

+0
-17
lines changed

modules/programs/aerospace.nix

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -90,23 +90,6 @@ in
9090
};
9191
};
9292

93-
extraConfig = mkOption {
94-
type = types.lines;
95-
default = "";
96-
description = ''
97-
Extra configuration to append to the aerospace.toml file.
98-
This allows you to add raw TOML content, including multiline strings.
99-
'';
100-
example = lib.literalExpression ''
101-
alt-enter = ''''exec-and-forget osascript -e '
102-
tell application "Terminal"
103-
do script
104-
activate
105-
end tell'
106-
''''
107-
'';
108-
};
109-
11093
settings = mkOption {
11194
inherit (tomlFormat) type;
11295
default = { };

0 commit comments

Comments
 (0)