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";