athens/modules/dev/default.nix
2023-09-15 22:20:05 -04:00

24 lines
224 B
Nix

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