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

  homebrew.enable = true;
}