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