This commit is contained in:
2026-01-30 17:04:38 -05:00
parent f8aa53b026
commit c16526eabf
4 changed files with 13 additions and 5 deletions

View File

@@ -1,7 +1,8 @@
{pkgs, ...}:
{ 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.
chromium
];
}
}