From 9bc47a8b13ed046b0705b38886569a3e5a012339 Mon Sep 17 00:00:00 2001 From: Dennis Date: Wed, 3 Dec 2025 23:07:35 +0100 Subject: [PATCH] fixes aerospace --- modules/aerospace/default.nix | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/modules/aerospace/default.nix b/modules/aerospace/default.nix index 1d6a41d..9fd05b0 100644 --- a/modules/aerospace/default.nix +++ b/modules/aerospace/default.nix @@ -91,7 +91,11 @@ } { "if".app-id = "com.mitchellh.ghostty"; - run = "layout floating && fullscreen"; + run = "layout floating"; + } + { + "if".app-id = "com.mitchellh.ghostty"; + run = "fullscreen"; } ]; };