From 1b8af651e4fe49feefb3a0c3bb55da84cc94c11c Mon Sep 17 00:00:00 2001 From: thiloho <123883702+thiloho@users.noreply.github.com> Date: Sat, 29 Apr 2023 16:07:08 +0200 Subject: [PATCH] Updates --- configuration.nix | 10 ---------- 1 file changed, 10 deletions(-) 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 = {