summaryrefslogtreecommitdiff
path: root/modules/mac/programs/homebrew/casks.nix
blob: 0bf2fab1dd6e9649c9f8294ea877bf44def3d7e7 (plain) (blame)
1
2
3
4
5
6
7
8
{
  homebrew.casks = [
    "alt-tab"
    "iina"
    "aerospace"
    "tuist"
  ];
}