This commit is contained in:
cy 2025-02-13 21:50:19 -05:00
parent 9877335f4b
commit 0c9823a5aa
Signed by: cy
SSH key fingerprint: SHA256:o/geVWV4om1QhUSkKvDQeW/eAihwnjyXkqMwrVdbuts

View file

@ -9,14 +9,17 @@
extensions =
# if unfree
# (with pkgs.vscode-marketplace; [
(with pkgs.open-vsx; [
(
with pkgs.open-vsx;
[
vscodevim.vim
jnoortheen.nix-ide
editorconfig.editorconfig
github.github-vscode-theme
rust-lang.rust-analyzer
shd101wyy.markdown-preview-enhanced
]);
]
);
userSettings = {
"workbench.colorTheme" = "GitHub Dark Default";
"files.autoSave" = "afterDelay";