diff options
Diffstat (limited to 'modules')
| -rw-r--r-- | modules/mac/homebrew/default.nix | 1 | ||||
| -rw-r--r-- | modules/mac/homebrew/nix-homebrew.nix | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/modules/mac/homebrew/default.nix b/modules/mac/homebrew/default.nix index 6995bbe..5993a1a 100644 --- a/modules/mac/homebrew/default.nix +++ b/modules/mac/homebrew/default.nix @@ -10,6 +10,7 @@ "pinentry-mac" "sudo-touchid" "appwrite" + "graphaello" ]; casks = [ diff --git a/modules/mac/homebrew/nix-homebrew.nix b/modules/mac/homebrew/nix-homebrew.nix index 84684ce..487bbaa 100644 --- a/modules/mac/homebrew/nix-homebrew.nix +++ b/modules/mac/homebrew/nix-homebrew.nix @@ -11,6 +11,7 @@ "homebrew/homebrew-core" = homebrew-core; "homebrew/homebrew-cask" = homebrew-cask; "homebrew/homebrew-bundle" = homebrew-bundle; + "nerdsupremacist/homebrew-tap" = nerdsupremacist-homebrew-tap; "nikitabobko/homebrew-tap" = nikitabobko-homebrew-tap; }; }; |