summaryrefslogtreecommitdiff
path: root/modules/mac/programs/homebrew/brews.nix
blob: fab8f5252c776f591208f83021e3edebccf91b0d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
  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"
  ];
}