enable appimage, overlay anki
This commit is contained in:
parent
3684b35d59
commit
0992f2f308
5 changed files with 29 additions and 3 deletions
|
@ -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";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue