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"; };