This commit is contained in:
2026-04-03 21:02:35 +00:00
parent e176f52a75
commit c63faed698
9 changed files with 183 additions and 60 deletions

View File

@@ -21,6 +21,10 @@
keybase = final.unstable.keybase;
};
# Add VS Code extensions overlay
# This makes nix-vscode-extensions available as pkgs.nix-vscode-extensions
vscode-extensions = inputs.nix-vscode-extensions.overlays.default;
#When applied, the unstable nixpkgs set (declared in the flake inputs) will
#be accessible through 'pkgs.unstable'
unstable-packages = final: _prev: {