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