summaryrefslogtreecommitdiff
path: root/modules/mac/programs/homebrew/default.nix
blob: 7883095a17f1517e2855ab6a6b2d8ac444a9fe4e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
{
  imports = [
    ./brews.nix
    ./casks.nix
    ./mas.nix
    ./nix-homebrew.nix
  ];

  homebrew.enable = true;
}