first try

This commit is contained in:
2025-12-07 00:53:22 -05:00
commit e048d4d5c7
17 changed files with 455 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
{pkgs, ...}:
{
environment.systemPackages = with pkgs [
vscode
antigravity # Free Gemini 3 credits was too good of an offer to not take up, even if it requires selling my soul.
];
}