summaryrefslogtreecommitdiff
path: root/modules/mac/programs/homebrew/casks.nix
blob: 91789094a6e568563c41ed8f36206de9aa95bf4d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
{
  homebrew.casks = [
    "alt-tab"
    "iina"
    "aerospace"
    "tuist"
    "ghostty"
    "pearcleaner"
    "cool-retro-term"
  ];
}