summaryrefslogtreecommitdiff
path: root/modules/mac/programs/homebrew/brews.nix
diff options
context:
space:
mode:
Diffstat (limited to 'modules/mac/programs/homebrew/brews.nix')
-rw-r--r--modules/mac/programs/homebrew/brews.nix11
1 files changed, 11 insertions, 0 deletions
diff --git a/modules/mac/programs/homebrew/brews.nix b/modules/mac/programs/homebrew/brews.nix
new file mode 100644
index 0000000..af21713
--- /dev/null
+++ b/modules/mac/programs/homebrew/brews.nix
@@ -0,0 +1,11 @@
+{
+ homebrew.brews = [
+ "swiftlint"
+ "gpg"
+ "pinentry-mac"
+ "sudo-touchid"
+ "appwrite"
+ "graphaello"
+ "mas"
+ ];
+}