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; enable = true;
package = pkgs.vscodium; package = pkgs.vscodium;
enableUpdateCheck = false; enableUpdateCheck = false;
extensions = with pkgs; [ extensions = with pkgs.vscode-extensions; [
vscode-extensions.bbenoist.nix bbenoist.nix
vscode-extensions.ms-python.python ms-python.python
vscode-extensions.kamadorueda.alejandra kamadorueda.alejandra
samuelcolvin.jinjahtml
EditorConfig.EditorConfig
KnisterPeter.vscode-github
yzhang.markdown-all-in-one
redhat.vscode-yaml
]; ];
userSettings = { userSettings = {
"git.autofetch" = true; "git.autofetch" = true;