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
|
||||
github.copilot
|
||||
github.copilot-chat
|
||||
pkief.material-icon-theme
|
||||
];
|
||||
userSettings = {
|
||||
"nix.enableLanguageServer" = true;
|
||||
@@ -82,6 +83,7 @@
|
||||
"editor.indentSize" = 2;
|
||||
"editor.tabSize" = 2;
|
||||
"typescript.preferences.importModuleSpecifier" = "relative";
|
||||
"workbench.iconTheme" = "material-icon-theme";
|
||||
};
|
||||
};
|
||||
git = {
|
||||
|
||||
Reference in New Issue
Block a user