From d5e7b0dfbee48d0d9894683c5456aa6b36433926 Mon Sep 17 00:00:00 2001 From: Chris Kruining Date: Wed, 19 Mar 2025 13:28:35 +0000 Subject: [PATCH] Update zed.nix --- modules/home/desktop/editors/zed.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/modules/home/desktop/editors/zed.nix b/modules/home/desktop/editors/zed.nix index 3ddf800..68fe3a4 100644 --- a/modules/home/desktop/editors/zed.nix +++ b/modules/home/desktop/editors/zed.nix @@ -11,13 +11,12 @@ in { config = mkIf cfg.enable { home-manager.users.${user} = { home.packages = with pkgs; [ - zed-editor + zed-editor nixd nil alejandra ]; programs.zed-editor = { enable = true; - extraPackages = with pkgs; [ nixd nil alejandra ]; extensions = ["nix" "toml" "html"]; userSettings = {