summaryrefslogtreecommitdiff
path: root/modules/mac/programs/homebrew/casks/development.nix
blob: fb3c6281cc4d5c8695f0bdb9db8f92cc00cf9601 (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
{
  homebrew.casks = [
    "bruno"
    "tuist"
    "ghostty"
    "cool-retro-term"
    "zed"
    "cursor"
    "orbstack"
    # "stratoshark"
    "arduino-ide"
    "fork"
    "hopper-disassembler"
    "ltspice"
    "utm"
    "knuff"
    "wireshark"
    "raspberry-pi-imager"
    "sf-symbols"
    "wakatime"
    "linear-linear"
    "sublime-text"
    "serial"
    "thonny"
    "visual-studio-code"
    "virtual-ii"
  ];
}