summaryrefslogtreecommitdiff
path: root/modules/mac/programs/homebrew/brews.nix
blob: 2f7fb91fa9062d8f9f3f400647e60e2bab2ef056 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
  homebrew.brews = [
    "swiftlint"
    "gpg"
    "pinentry-mac"
    "sudo-touchid"
    "appwrite"
    "graphaello"
    "mas"
    "zsh-autosuggestions"
    "zsh-vi-mode"
    "vapor"
    "rustup"
    "earthly"
    "rye"
    "swiftformat"
    "hcloud"
  ];
}