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