summaryrefslogtreecommitdiff
path: root/modules/mac/programs/homebrew/casks/communication.nix
blob: ab3be2554cc862bb174186eea22ebe310a7577f8 (plain) (blame)
1
2
3
4
5
6
7
{
  homebrew.casks = [
    "zoom"
    "grammarly-desktop"
    "discord"
  ];
}