diff options
| author | Fuwn <[email protected]> | 2024-12-17 23:09:36 -0800 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-12-17 23:09:36 -0800 |
| commit | 04de90e72bbd1d33f4f3f1e206ff034dd7d0c073 (patch) | |
| tree | f749cfb7bf24bb1b157d5cd903d510ec2d374733 /modules | |
| parent | nara: appwrite cli (diff) | |
| download | nixos-config-04de90e72bbd1d33f4f3f1e206ff034dd7d0c073.tar.xz nixos-config-04de90e72bbd1d33f4f3f1e206ff034dd7d0c073.zip | |
nara: add graphaello
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; }; }; |