From 411ff909bf5fb10d12c7e89aaee774790317da19 Mon Sep 17 00:00:00 2001 From: Geir Okkenhaug Jerstad Date: Sun, 14 Jul 2024 11:05:46 +0200 Subject: [PATCH] added the Zed editor to workstation --- workstation/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/workstation/configuration.nix b/workstation/configuration.nix index 5e628b7..ce2a854 100644 --- a/workstation/configuration.nix +++ b/workstation/configuration.nix @@ -116,7 +116,7 @@ shell = pkgs.zsh; packages = with pkgs; [ teams-for-linux firefox ncpamixer starship discord fastfetch - emacsPackages.vterm + emacsPackages.vterm zed-editor ]; };