mirror of
https://github.com/thiloho/nixos-config.git
synced 2025-11-22 11:31:36 +01:00
Switch to VSCodium
This commit is contained in:
@@ -72,6 +72,7 @@
|
||||
};
|
||||
vscode = {
|
||||
enable = true;
|
||||
package = pkgs.vscodium;
|
||||
mutableExtensionsDir = false;
|
||||
extensions = with pkgs.vscode-extensions; [
|
||||
svelte.svelte-vscode
|
||||
@@ -81,8 +82,6 @@
|
||||
dbaeumer.vscode-eslint
|
||||
bradlc.vscode-tailwindcss
|
||||
esbenp.prettier-vscode
|
||||
github.copilot
|
||||
github.copilot-chat
|
||||
pkief.material-icon-theme
|
||||
unifiedjs.vscode-mdx
|
||||
rust-lang.rust-analyzer
|
||||
|
||||
Reference in New Issue
Block a user