From cc2e8bb5dfd3385026ef6b21443e4ee8e3b5596a Mon Sep 17 00:00:00 2001 From: Joseph Hanson Date: Sat, 27 Jul 2024 13:46:28 -0500 Subject: [PATCH] added json5 and editorconfig --- nixos/modules/nixos/editor/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/nixos/modules/nixos/editor/default.nix b/nixos/modules/nixos/editor/default.nix index 867fdeb..e077b6c 100644 --- a/nixos/modules/nixos/editor/default.nix +++ b/nixos/modules/nixos/editor/default.nix @@ -21,6 +21,8 @@ let "tamasfe.even-better-toml" "tyriar.sort-lines" "yzhang.markdown-all-in-one" + "mrmlnc.vscode-json5" + "editorconfig.editorconfig" ]; # Nixpkgs Extensions. These are updated whenver they get around to it. vscodeNixpkgsExtensions = [