Add more VSCode extensions

Add the nix-vscode-extensions flake to get all of the extensions
Add in all the nix extensions that I use for work and doing better
Python things
This commit is contained in:
Greg Hellings
2024-09-20 09:20:56 -05:00
parent 8044702f06
commit 596ca973c0
3 changed files with 97 additions and 3 deletions
+3
View File
@@ -31,6 +31,7 @@
nixstable.url = "github:nixos/nixpkgs/nixos-24.05";
nixunstable.url = "github:nixos/nixpkgs/nixos-unstable";
nurpkgs.url = "github:nix-community/NUR";
vsext.url = "github:nix-community/nix-vscode-extensions";
wsl = {
url = "github:nix-community/NixOS-WSL";
inputs.nixpkgs.follows = "nixunstable";
@@ -47,6 +48,7 @@
nixstable,
nixunstable,
nurpkgs,
vsext,
wsl,
self,
@@ -57,6 +59,7 @@
agenix.overlays.default
local_overlay
nurpkgs.overlay
vsext.overlays.default
];
in {