athens/modules/dev/default.nix
2024-02-27 18:28:22 -05:00

26 lines
249 B
Nix

{ pkgs, ... }:
{
environment.systemPackages = with pkgs; [
# Cloud
awscli2
# Git / CI
drone-cli
mr
tea
# NodeJS
nodejs
# Nix
cachix
nil
nixpkgs-fmt
# My stuff
homestar
workon
];
}