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