summaryrefslogtreecommitdiff
path: root/modules/mac/programs/homebrew/casks/development.nix
blob: 2c05e708d63b90b147f14b7a8888a60c32f62b5a (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
{
  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"
    "httpie"
  ];
}