summaryrefslogtreecommitdiff
path: root/modules/mac/programs/homebrew/casks/browser.nix
blob: 550fa355e7addb7647fe30c8790b79a8405cc009 (plain) (blame)
1
2
3
4
5
6
7
8
{
  homebrew.casks = [
    "arc"
    "lagrange"
    "google-chrome"
    "zen-browser"
  ];
}