enable appimage, overlay anki

This commit is contained in:
cy 2025-02-13 21:49:45 -05:00
parent 3684b35d59
commit 0992f2f308
Signed by: cy
SSH key fingerprint: SHA256:o/geVWV4om1QhUSkKvDQeW/eAihwnjyXkqMwrVdbuts
5 changed files with 29 additions and 3 deletions

View file

@ -7,15 +7,15 @@
enableExtensionUpdateCheck = false;
mutableExtensionsDir = false;
extensions =
# if unfree
# (with pkgs.vscode-marketplace; [
(with pkgs.open-vsx; [
vscodevim.vim
jnoortheen.nix-ide
editorconfig.editorconfig
github.github-vscode-theme
rust-lang.rust-analyzer
])
++ (with pkgs.vscode-marketplace; [
github.codespaces
shd101wyy.markdown-preview-enhanced
]);
userSettings = {
"workbench.colorTheme" = "GitHub Dark Default";