Files
nixos-configv3/modules/development/default.nix
TheCrazyInsanity af861165e5 idk man
2025-12-18 14:26:37 -05:00

7 lines
194 B
Nix
Executable File

{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.
];
}