From 43feed2d0fc400d72738679bee35c27a5e40e212 Mon Sep 17 00:00:00 2001 From: cupcakearmy Date: Wed, 29 Apr 2026 12:53:36 +0200 Subject: [PATCH] swap vscode and zed --- darwin.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/darwin.nix b/darwin.nix index c305cd3..1dfd87d 100644 --- a/darwin.nix +++ b/darwin.nix @@ -41,9 +41,8 @@ persistent-apps = [ "/Applications/Zen.app" "/Applications/Ghostty.app" - "/Applications/Visual Studio Code.app" + "/Applications/Zed.app" "/Applications/Spotify.app" - "/System/Applications/System Settings.app" ]; persistent-others = [ ]; };