diff --git a/modules/aerospace/default.nix b/modules/aerospace/default.nix index eecee5a..99aabde 100644 --- a/modules/aerospace/default.nix +++ b/modules/aerospace/default.nix @@ -70,17 +70,21 @@ run = "move-node-to-workspace 1"; } { - "if".app-id = "org.gnu.Emacs"; + "if".app-id = "com.github.wez.wezterm"; run = "move-node-to-workspace 2"; } { - "if".app-id = "com.github.wez.wezterm"; + "if".app-id = "com.apple.Preview"; run = "move-node-to-workspace 3"; } { "if".app-id = "com.spotify.client"; run = "move-node-to-workspace 5"; } + { + "if".app-id = "com.apple.reminders"; + run = "move-node-to-workspace 6"; + } ]; }; };