This commit is contained in:
cy 2025-02-12 20:04:36 -05:00
parent 9567b06957
commit 3684b35d59
Signed by: cy
SSH key fingerprint: SHA256:o/geVWV4om1QhUSkKvDQeW/eAihwnjyXkqMwrVdbuts

View file

@ -6,14 +6,15 @@
enableUpdateCheck = false; enableUpdateCheck = false;
enableExtensionUpdateCheck = false; enableExtensionUpdateCheck = false;
mutableExtensionsDir = false; mutableExtensionsDir = false;
extensions = (with pkgs.open-vsx; [ extensions =
(with pkgs.open-vsx; [
vscodevim.vim vscodevim.vim
jnoortheen.nix-ide jnoortheen.nix-ide
editorconfig.editorconfig editorconfig.editorconfig
github.github-vscode-theme github.github-vscode-theme
rust-lang.rust-analyzer rust-lang.rust-analyzer
]) ++ ])
(with pkgs.vscode-marketplace; [ ++ (with pkgs.vscode-marketplace; [
github.codespaces github.codespaces
]); ]);
userSettings = { userSettings = {