mirror of
https://github.com/kaesaecracker/nixos-configuration.git
synced 2025-01-18 18:40:14 +01:00
sync manually installed extensions into config
This commit is contained in:
parent
adb51fd36e
commit
db31ee7ba1
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue