From abc6a1abab38ebb61bb36ab4775eaa487a6c0506 Mon Sep 17 00:00:00 2001
From: Jo <jo@thevoid.cafe>
Date: Wed, 26 Mar 2025 23:21:28 +0100
Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20Add=20deno=20Zed=20extension?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 modules/home/apps/zed/default.nix | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/home/apps/zed/default.nix b/modules/home/apps/zed/default.nix
index 9f9a38f..329f47e 100644
--- a/modules/home/apps/zed/default.nix
+++ b/modules/home/apps/zed/default.nix
@@ -25,7 +25,7 @@ in {
 
     programs.zed-editor = {
       enable = true;
-      extensions = ["nix" "catppuccin" "wakatime" "discord_presence"];
+      extensions = ["nix" "catppuccin" "wakatime" "discord_presence" "deno"];
 
       userSettings = {
         icon_theme = "Catppuccin Macchiato";