sync manually installed extensions into config

This commit is contained in:
Vinzenz Schroeter 2023-09-24 13:48:16 +02:00
parent adb51fd36e
commit db31ee7ba1

View file

@ -85,10 +85,15 @@
enable = true;
package = pkgs.vscodium;
enableUpdateCheck = false;
extensions = with pkgs; [
vscode-extensions.bbenoist.nix
vscode-extensions.ms-python.python
vscode-extensions.kamadorueda.alejandra
extensions = with pkgs.vscode-extensions; [
bbenoist.nix
ms-python.python
kamadorueda.alejandra
samuelcolvin.jinjahtml
EditorConfig.EditorConfig
KnisterPeter.vscode-github
yzhang.markdown-all-in-one
redhat.vscode-yaml
];
userSettings = {
"git.autofetch" = true;