From f8225fdea2822c24256a6ad4eaee4809732fd937 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Laure=CE=B7t?= Date: Fri, 12 Jan 2024 20:38:46 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=A8=20(home/vscode)=20sort=20vscode=20?= =?UTF-8?q?extensions?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit + add `kamadorueda.alejandra` --- home/vscode/default.nix | 26 ++++++++++++-------------- 1 file changed, 12 insertions(+), 14 deletions(-) diff --git a/home/vscode/default.nix b/home/vscode/default.nix index 22ad829..c699e9e 100644 --- a/home/vscode/default.nix +++ b/home/vscode/default.nix @@ -4,22 +4,20 @@ package = pkgs.vscode; extensions = with pkgs.vscode-extensions; [ - github.copilot - github.copilot-chat - github.vscode-pull-request-github - - eamodio.gitlens - editorconfig.editorconfig - ms-vsliveshare.vsliveshare - - yzhang.markdown-all-in-one - tamasfe.even-better-toml - - mkhl.direnv - jnoortheen.nix-ide - catppuccin.catppuccin-vsc catppuccin.catppuccin-vsc-icons + eamodio.gitlens + editorconfig.editorconfig + github.copilot + gitHub.copilot-chat + github.vscode-pull-request-github + jnoortheen.nix-ide + kamadorueda.alejandra + mkhl.direnv + ms-vsliveshare.vsliveshare + seatonjiang.gitmoji-vscode + tamasfe.even-better-toml + yzhang.markdown-all-in-one ]; userSettings = { "editor.fontFamily" = "'FiraCode Nerd Font Mono', 'Noto Color Emoji'";