diff options
Diffstat (limited to 'modules/mac/programs/homebrew/packages/system.nix')
| -rw-r--r-- | modules/mac/programs/homebrew/packages/system.nix | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/modules/mac/programs/homebrew/packages/system.nix b/modules/mac/programs/homebrew/packages/system.nix new file mode 100644 index 0000000..6df2f91 --- /dev/null +++ b/modules/mac/programs/homebrew/packages/system.nix @@ -0,0 +1,8 @@ +{ + homebrew.brews = [ + "gpg" + "pinentry-mac" + "sudo-touchid" + "mas" + ]; +} |