summaryrefslogtreecommitdiff
path: root/modules/mac/programs/homebrew/packages/system.nix
blob: 6df2f915d70e2a047dad8c1e1cca38c16fa7eaf4 (plain) (blame)
1
2
3
4
5
6
7
8
{
  homebrew.brews = [
    "gpg"
    "pinentry-mac"
    "sudo-touchid"
    "mas"
  ];
}