updated flake lock and fixed vscode extensions

This commit is contained in:
Leyla Becker 2025-07-11 17:01:37 -05:00
parent 84dfcfddbd
commit 56ef83b4ba
3 changed files with 27 additions and 35 deletions

View file

@ -2,5 +2,6 @@
{inputs, ...}: {
nixpkgs.overlays = [
inputs.steam-fetcher.overlays.default
inputs.nix-vscode-extensions.overlays.default
];
}