From 5aeaa521f86ea3eae1846acacca7752d4f333c39 Mon Sep 17 00:00:00 2001 From: Dennis Date: Wed, 3 Dec 2025 23:06:31 +0100 Subject: [PATCH] fixes aerospace --- hosts/dnsc-air/default.nix | 1 + modules/aerospace/default.nix | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/hosts/dnsc-air/default.nix b/hosts/dnsc-air/default.nix index 1a8865a..a466b61 100644 --- a/hosts/dnsc-air/default.nix +++ b/hosts/dnsc-air/default.nix @@ -64,6 +64,7 @@ imagemagick restic devenv + zellij ]; # Homebrew diff --git a/modules/aerospace/default.nix b/modules/aerospace/default.nix index bc9b629..1d6a41d 100644 --- a/modules/aerospace/default.nix +++ b/modules/aerospace/default.nix @@ -91,7 +91,7 @@ } { "if".app-id = "com.mitchellh.ghostty"; - run = "layout floating"; + run = "layout floating && fullscreen"; } ]; };