athens/nix/modules/dev/default.nix
2024-12-07 20:46:15 -05:00

12 lines
129 B
Nix

{ pkgs, ... }:
{
environment.systemPackages = with pkgs; [
# Nix
cachix
nixd
nixf
nixfmt-rfc-style
];
}