added vs-code community extensions to overlay

This commit is contained in:
Joseph Hanson 2024-07-26 15:24:44 -05:00
parent c8cd6e5c94
commit 6a2d3b3bab
Signed by: jahanson
SSH key fingerprint: SHA256:vy6dKBECV522aPAwklFM3ReKAVB086rT3oWwiuiFG7o

View file

@ -27,4 +27,7 @@ in
config.allowUnfree = true;
};
};
# VSCode Community Packages
comm-packages = inputs.nix-vscode-extensions.overlays.default;
}