Files
nixos-configv3/modules/development/default.nix
2026-01-30 17:04:38 -05:00

9 lines
210 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.
chromium
];
}