summaryrefslogtreecommitdiff
path: root/modules/mac/programs/homebrew/casks/default.nix
blob: 468b7dcc29a18fcf90ff83fbe6376d1d5d781561 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
{
  imports = [
    ./ai.nix
    ./audio.nix
    ./browser.nix
    ./communication.nix
    ./development.nix
    ./gaming.nix
    ./improved-macos.nix
    ./notation.nix
    ./video.nix
  ];

  homebrew.casks = [
    "pearcleaner"
    "coconutbattery"
    "webtorrent"
    "daisydisk"
    "onyx"
    "sony-ps-remote-play"
    # "retroarch"
    "netnewswire"
    "prettyclean"
    "imageoptim"
    "setapp"
    # "parallels"
    "proton-drive"
    "proton-mail"
    "proton-pass"
    "protonvpn"
    "google-drive"
    "notion-calendar"
    "motrix"
  ];
}