From 0a56096f28e8396dda0c1cae46470e7abcfda2df Mon Sep 17 00:00:00 2001 From: Dennis Date: Sat, 13 Sep 2025 23:29:13 +0200 Subject: [PATCH] moves back to zen browser and configures aerospace --- hosts/dnsc-air/default.nix | 3 ++- modules/aerospace/default.nix | 10 +++++++--- 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/hosts/dnsc-air/default.nix b/hosts/dnsc-air/default.nix index c9b381d..651646e 100644 --- a/hosts/dnsc-air/default.nix +++ b/hosts/dnsc-air/default.nix @@ -154,7 +154,8 @@ orientation = "right"; show-recents = false; persistent-apps = [ - "/System/Volumes/Preboot/Cryptexes/App/System/Applications/Safari.app" + "/Applications/Zen.app" + "/opt/homebrew/Cellar/emacs-plus@30/30.2/Emacs.app" "/Applications/WezTerm.app" "/System/Applications/System Settings.app/" ]; diff --git a/modules/aerospace/default.nix b/modules/aerospace/default.nix index c33cfe9..eecee5a 100644 --- a/modules/aerospace/default.nix +++ b/modules/aerospace/default.nix @@ -70,12 +70,16 @@ run = "move-node-to-workspace 1"; } { - "if".app-id = "com.github.wez.wezterm"; + "if".app-id = "org.gnu.Emacs"; run = "move-node-to-workspace 2"; } { - "if".app-id = "com.mitchellh.ghostty"; - run = "layout tiling"; + "if".app-id = "com.github.wez.wezterm"; + run = "move-node-to-workspace 3"; + } + { + "if".app-id = "com.spotify.client"; + run = "move-node-to-workspace 5"; } ]; };