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 = {