infrastructure/darwin/base/homebrew.nix

9 lines
114 B
Nix

{ config, ... }: {
homebrew = {
enable = true;
cleanup = "zap";
brews = [
"mas"
];
};
}