From c4522390386c9a182a057f30c8a04502749b9159 Mon Sep 17 00:00:00 2001 From: thiloho <123883702+thiloho@users.noreply.github.com> Date: Sun, 9 Apr 2023 23:13:55 +0200 Subject: [PATCH] Add VSCode --- configuration.nix | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/configuration.nix b/configuration.nix index eaba9c7..deca2bd 100644 --- a/configuration.nix +++ b/configuration.nix @@ -53,6 +53,13 @@ helix.enable = true; alacritty.enable = true; firefox.enable = true; + vscode = { + enable = true; + extensions = with pkgs.vscode-extensions; [ + astro-build.astro-vscode + bbenoist.nix + ]; + }; git = { enable = true; userName = "thiloho";