diff --git a/configuration.nix b/configuration.nix index 329537f..6099fb0 100644 --- a/configuration.nix +++ b/configuration.nix @@ -69,16 +69,6 @@ }; }; }; - vscode = { - enable = true; - extensions = with pkgs.vscode-extensions; [ - astro-build.astro-vscode - bbenoist.nix - ritwickdey.liveserver - svelte.svelte-vscode - prisma.prisma - ]; - }; alacritty.enable = true; firefox.enable = true; git = {