summaryrefslogtreecommitdiff
path: root/modules/mac/system-packages.nix
blob: 04222d02f8ca927d5d2e9a2382dac8aabd911301 (plain) (blame)
1
2
3
4
5
6
7
8
9
{ pkgs, ... }:
{
  environment.systemPackages = with pkgs; [
    nixd
    nixfmt-rfc-style
    nil
    just
  ];
}