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,16 +6,17 @@
enableUpdateCheck = false; enableUpdateCheck = false;
enableExtensionUpdateCheck = false; enableExtensionUpdateCheck = false;
mutableExtensionsDir = false; mutableExtensionsDir = false;
extensions = (with pkgs.open-vsx; [ extensions =
vscodevim.vim (with pkgs.open-vsx; [
jnoortheen.nix-ide vscodevim.vim
editorconfig.editorconfig jnoortheen.nix-ide
github.github-vscode-theme editorconfig.editorconfig
rust-lang.rust-analyzer github.github-vscode-theme
]) ++ rust-lang.rust-analyzer
(with pkgs.vscode-marketplace; [ ])
github.codespaces ++ (with pkgs.vscode-marketplace; [
]); github.codespaces
]);
userSettings = { userSettings = {
"workbench.colorTheme" = "GitHub Dark Default"; "workbench.colorTheme" = "GitHub Dark Default";
"files.autoSave" = "afterDelay"; "files.autoSave" = "afterDelay";