managed vs code extensions though nix

This commit is contained in:
Leyla Becker 2024-09-18 01:12:06 -05:00
parent 615fb21505
commit b4f3349caf
5 changed files with 131 additions and 16 deletions

View file

@ -22,6 +22,12 @@
# repo of hardware configs for prebuilt systems
nixos-hardware.url = "github:NixOS/nixos-hardware/master";
# vscode extensions
nix-vscode-extensions = {
url = "github:nix-community/nix-vscode-extensions";
inputs.nixpkgs.follows = "nixpkgs";
};
};
outputs = { self, nixpkgs, disko, nixos-hardware, ... }@inputs: