From 04de90e72bbd1d33f4f3f1e206ff034dd7d0c073 Mon Sep 17 00:00:00 2001 From: Fuwn Date: Tue, 17 Dec 2024 23:09:36 -0800 Subject: nara: add graphaello --- modules/mac/homebrew/default.nix | 1 + modules/mac/homebrew/nix-homebrew.nix | 1 + 2 files changed, 2 insertions(+) (limited to 'modules/mac/homebrew') 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; }; }; -- cgit v1.2.3