From b4cebf2e632fb7938fb8dd03c520b3336b11af6b Mon Sep 17 00:00:00 2001 From: thiloho <123883702+thiloho@users.noreply.github.com> Date: Wed, 12 Apr 2023 02:38:58 +0200 Subject: [PATCH] Added vscode --- configuration.nix | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/configuration.nix b/configuration.nix index dc9f78a..8f6c6bf 100644 --- a/configuration.nix +++ b/configuration.nix @@ -65,6 +65,14 @@ }; }; }; + vscode = { + enable = true; + extensions = with pkgs.vscode-extensions; [ + astro-build.astro-vscode + bbenoist.nix + ritwickdey.liveserver + ]; + }; alacritty.enable = true; firefox.enable = true; git = {