managed vs code extensions though nix
This commit is contained in:
parent
615fb21505
commit
b4f3349caf
5 changed files with 131 additions and 16 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue