From 64879ac366641587f1c6c999236e25769c96cbd9 Mon Sep 17 00:00:00 2001 From: Dennis Date: Thu, 30 Oct 2025 13:33:21 +0100 Subject: [PATCH] updates aerospace config --- modules/aerospace/default.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/modules/aerospace/default.nix b/modules/aerospace/default.nix index 99aabde..6f352bf 100644 --- a/modules/aerospace/default.nix +++ b/modules/aerospace/default.nix @@ -77,6 +77,10 @@ "if".app-id = "com.apple.Preview"; run = "move-node-to-workspace 3"; } + { + "if".app-id = "com.apple.iCal"; + run = "move-node-to-workspace 4"; + } { "if".app-id = "com.spotify.client"; run = "move-node-to-workspace 5";