home: vscode: use material icons
This commit is contained in:
parent
aca28affea
commit
275a3725d8
1 changed files with 8 additions and 0 deletions
|
@ -61,6 +61,10 @@
|
|||
gitlens.showWhatsNewAfterUpgrades = false;
|
||||
gitlens.plusFeatures.enabled = false;
|
||||
gitlens.telemetry.enabled = false;
|
||||
|
||||
### Material icons
|
||||
workbench.iconTheme = "material-icon-theme";
|
||||
workbench.productIconTheme = "material-product-icons";
|
||||
};
|
||||
extensions = with pkgs.vscode-extensions; [
|
||||
### QoL
|
||||
|
@ -75,6 +79,10 @@
|
|||
redhat.vscode-xml
|
||||
tamasfe.even-better-toml
|
||||
#bungcip.better-toml
|
||||
|
||||
### Material icons
|
||||
pkief.material-icon-theme
|
||||
pkief.material-product-icons
|
||||
];
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue