1
mirror of https://github.com/wlcx/home.git synced 2025-10-11 22:43:44 +01:00

vsc: Add nix/editorconfig exts

This commit is contained in:
Sam W 2022-11-19 22:35:57 +00:00
parent d2d59eefa0
commit 6c85de5bcd

View File

@ -6,6 +6,8 @@
extensions = with pkgs.vscode-extensions; [ extensions = with pkgs.vscode-extensions; [
matklad.rust-analyzer matklad.rust-analyzer
jdinhlife.gruvbox jdinhlife.gruvbox
jnoortheen.nix-ide
editorconfig.editorconfig
]; ];
userSettings = { userSettings = {
"update.mode" = "none"; "update.mode" = "none";