diff --git a/hosts/dnsc-air/default.nix b/hosts/dnsc-air/default.nix index 318f6fc..1a8865a 100644 --- a/hosts/dnsc-air/default.nix +++ b/hosts/dnsc-air/default.nix @@ -113,6 +113,7 @@ "font-victor-mono-nerd-font" "vlc" "wezterm" + "ghostty" "hiddenbar" "eurkey" "karabiner-elements" diff --git a/modules/aerospace/default.nix b/modules/aerospace/default.nix index 6f352bf..ae0feda 100644 --- a/modules/aerospace/default.nix +++ b/modules/aerospace/default.nix @@ -89,6 +89,10 @@ "if".app-id = "com.apple.reminders"; run = "move-node-to-workspace 6"; } + { + "if".app-id = "com.mitchellh.ghostty"; + run = "layout tiling"; + } ]; }; };