From b65e2b21bda7c9663fa8203aa9fdc6751e756a54 Mon Sep 17 00:00:00 2001 From: Dennis Date: Thu, 15 May 2025 07:58:15 +0200 Subject: [PATCH] Updates work config again - Aerospace and Homebrew config --- home/modules/aerospace/work.nix | 8 ++++++++ hosts/dnsc-work/default.nix | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/home/modules/aerospace/work.nix b/home/modules/aerospace/work.nix index 561d119..5ee67d3 100644 --- a/home/modules/aerospace/work.nix +++ b/home/modules/aerospace/work.nix @@ -55,6 +55,14 @@ "if".app-id = "com.github.wez.wezterm"; run = "move-node-to-workspace 2"; } + { + "if".app-id = "com.postmanlabs.mac"; + run = "move-node-to-workspace 3"; + } + { + "if".app-id = "com.apple.dt.Xcode"; + run = "move-node-to-workspace 3"; + } { "if".app-id = "com.microsoft.teams2"; run = "move-node-to-workspace 5"; diff --git a/hosts/dnsc-work/default.nix b/hosts/dnsc-work/default.nix index f85750c..f88950d 100644 --- a/hosts/dnsc-work/default.nix +++ b/hosts/dnsc-work/default.nix @@ -51,7 +51,7 @@ enable = true; onActivation = { - autoUpdate = false; + autoUpdate = true; cleanup = "zap"; };