mirror of
https://github.com/thiloho/nixos-config.git
synced 2025-11-22 03:21:35 +01:00
Add material icons for vscode
This commit is contained in:
@@ -75,6 +75,7 @@
|
|||||||
esbenp.prettier-vscode
|
esbenp.prettier-vscode
|
||||||
github.copilot
|
github.copilot
|
||||||
github.copilot-chat
|
github.copilot-chat
|
||||||
|
pkief.material-icon-theme
|
||||||
];
|
];
|
||||||
userSettings = {
|
userSettings = {
|
||||||
"nix.enableLanguageServer" = true;
|
"nix.enableLanguageServer" = true;
|
||||||
@@ -82,6 +83,7 @@
|
|||||||
"editor.indentSize" = 2;
|
"editor.indentSize" = 2;
|
||||||
"editor.tabSize" = 2;
|
"editor.tabSize" = 2;
|
||||||
"typescript.preferences.importModuleSpecifier" = "relative";
|
"typescript.preferences.importModuleSpecifier" = "relative";
|
||||||
|
"workbench.iconTheme" = "material-icon-theme";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
git = {
|
git = {
|
||||||
|
|||||||
Reference in New Issue
Block a user