summaryrefslogtreecommitdiff
path: root/modules/mac/programs/homebrew/casks.nix
blob: 2dd1358cf0ae7e5ea7a0c31d202a3cb61e1f6a00 (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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
{
  homebrew.casks = [
    "alt-tab"
    "iina"
    "aerospace"
    "tuist"
    "ghostty"
    "pearcleaner"
    "cool-retro-term"
    "ollamac"
    "bruno"
    "obs"
    # "anythingllm"
    "msty"
    "chatgpt"
    "claude"
    "coconutbattery"
    "anki"
    "anytype"
    "iterm2"
    "zed"
    "webtorrent"
    "daisydisk"
    "cursor"
    "cursr"
    "crossover"
    "go64"
    "mac-mouse-fix"
    "macs-fan-control"
    "latest"
    "legcord"
    "minecraft"
    "mochi"
    "notion"
    "ollama"
    "onyx"
    "orbstack"
    "quitter"
    "raindropio"
    "raycast"
    "sony-ps-remote-play"
    "retroarch"
    "roblox"
    # "textual"
    "wwdc"
    "spotify"
    "smoothscroll"
    # "stratoshark"
    "texifier"
    "eqmac"
    "zoom"
    "arc"
    "arduino-ide"
    "audio-hijack"
    "epic-games"
    "freetube"
    "fork"
    "hopper-disassembler"
    "monodraw"
    "netnewswire"
    "prettyclean"
    "sensiblesidebuttons"
    "jan"
    "ltspice"
    "lagrange"
    "utm"
    "google-chrome"
    "imageoptim"
    "setapp"
    "discord"
    "heroic"
    "grammarly-desktop"
    "knuff"
    "lm-studio"
    # "parallels"
    "playcover-community"
    "proton-drive"
    "proton-mail"
    "proton-pass"
    "protonvpn"
    "vlc"
    "wireshark"
    "vb-cable"
    "rockboxutility"
    "raspberry-pi-imager"
    "whisky"
    "linearmouse"
  ];
}