summaryrefslogtreecommitdiff
path: root/modules/mac/programs/homebrew/packages/brews.nix
blob: 9c9a9355346f85754f52c4c0f33bb23bb3450704 (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
{
  homebrew.brews = [
    "swiftlint"
    "gpg"
    "pinentry-mac"
    "sudo-touchid"
    "appwrite"
    "graphaello"
    "mas"
    "zsh-autosuggestions"
    "zsh-vi-mode"
    "vapor"
    "rustup"
    "earthly"
    "rye"
    "swiftformat"
    "hcloud"
    "cc65"
    "convco"
    "animdl"
    "zoxide"
    "fzf"
    "mint"
    "socat"
    "node@23"
    "xcdiff"
    "storj-uplink"
    "codespell"
    "ninja"
    "koekeishiya/formulae/yabai"
    "koekeishiya/formulae/skhd"
    "httpie"
  ];
}