From 6f9740e6bb83ee3edf57c56e1afc05ccbaae3a98 Mon Sep 17 00:00:00 2001 From: Veneficium <85629831+veneficium42@users.noreply.github.com> Date: Thu, 5 Dec 2024 22:27:07 +0100 Subject: [PATCH] main-laptop: disable zed editor :( --- hosts/main-laptop/home.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/hosts/main-laptop/home.nix b/hosts/main-laptop/home.nix index 5d60096..fc13a08 100644 --- a/hosts/main-laptop/home.nix +++ b/hosts/main-laptop/home.nix @@ -19,7 +19,6 @@ amberol.enable = lib.mkForce true; wezterm.enable = lib.mkForce true; vscodium.enable = lib.mkForce true; - zed.enable = lib.mkForce true; starship.enable = lib.mkForce true; hyfetch.enable = lib.mkForce true;