From 1a059b929bc510837d7c7d8c6567e91a1d3789e2 Mon Sep 17 00:00:00 2001 From: satr14 Date: Tue, 23 Jun 2026 08:25:22 +0700 Subject: [PATCH] add spell check --- modules/home/core/code.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/modules/home/core/code.nix b/modules/home/core/code.nix index 21268ff..fa074e5 100644 --- a/modules/home/core/code.nix +++ b/modules/home/core/code.nix @@ -3,12 +3,12 @@ enable = true; package = pkgs.zed-editor; extensions = [ - "html" "html-snippets" - "svelte" "svelte-snippets" "wakatime" "discord-presence" "catppuccin" "catppuccin-icons" - "git-firefly" - "nix" + "codebook" + "git-firefly" "nix" + "html" "html-snippets" + "svelte" "svelte-snippets" ]; userSettings = { diff_view_style = "unified";