7 lines
193 B
Nix
7 lines
193 B
Nix
{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.
|
|
];
|
|
} |