diff options
| -rw-r--r-- | flake.lock | 17 | ||||
| -rw-r--r-- | flake.nix | 5 | ||||
| -rw-r--r-- | modules/mac/homebrew/default.nix | 1 | ||||
| -rw-r--r-- | modules/mac/homebrew/nix-homebrew.nix | 1 |
4 files changed, 24 insertions, 0 deletions
@@ -1077,6 +1077,22 @@ "type": "github" } }, + "nerdsupremacist-homebrew-tap": { + "flake": false, + "locked": { + "lastModified": 1656769415, + "narHash": "sha256-vgu+/BlkKW9E44X0H+8FvQzMgbIVvgMwUutMTHs6ysY=", + "owner": "nerdsupremacist", + "repo": "homebrew-tap", + "rev": "ebab83ad44a5e60725ab4dd6146681df461cd4e2", + "type": "github" + }, + "original": { + "owner": "nerdsupremacist", + "repo": "homebrew-tap", + "type": "github" + } + }, "nikitabobko-homebrew-tap": { "flake": false, "locked": { @@ -1946,6 +1962,7 @@ "hyprland-plugins": "hyprland-plugins", "jovian": "jovian", "just-flake": "just-flake", + "nerdsupremacist-homebrew-tap": "nerdsupremacist-homebrew-tap", "nikitabobko-homebrew-tap": "nikitabobko-homebrew-tap", "nix-alien": "nix-alien", "nix-darwin": "nix-darwin", @@ -239,6 +239,11 @@ }; }; + nerdsupremacist-homebrew-tap = { + url = "github:nerdsupremacist/homebrew-tap"; + flake = false; + }; + nikitabobko-homebrew-tap = { url = "github:nikitabobko/homebrew-tap"; flake = false; 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; }; }; |