From 2890b8b5030ec472956d9fc248639ba5b067da51 Mon Sep 17 00:00:00 2001 From: Satria Date: Thu, 19 Mar 2026 21:46:11 +0700 Subject: [PATCH] preinstall extensions --- modules/home/core/zed.nix | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/modules/home/core/zed.nix b/modules/home/core/zed.nix index 9060a36..b3d3dc2 100644 --- a/modules/home/core/zed.nix +++ b/modules/home/core/zed.nix @@ -2,7 +2,14 @@ programs.zed-editor = { enable = true; package = pkgs.zed-editor; - extensions = [ "nix" ]; + extensions = [ + "html" "html-snippets" + "svelte" "svelte-snippets" + "wakatime" "discord-presence" + "catppuccin" "catppuccin-icons" + "git-firefly" + "nix" + ]; userSettings = { format_on_save = "off"; vim_mode = true;