From 6cf4c4979dd972157a98d1ae6967ac7118713969 Mon Sep 17 00:00:00 2001 From: Noah Masur <7386960+nmasur@users.noreply.github.com> Date: Tue, 28 May 2024 10:27:54 -0400 Subject: [PATCH] add notunes package to prevent apple music from opening randomly --- modules/darwin/homebrew.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/modules/darwin/homebrew.nix b/modules/darwin/homebrew.nix index 47501d7..3207bc7 100644 --- a/modules/darwin/homebrew.nix +++ b/modules/darwin/homebrew.nix @@ -44,7 +44,8 @@ "logitune" # Logitech webcam firmware "meetingbar" # Show meetings in menu bar "scroll-reverser" # Different scroll style for mouse vs. trackpad - # "steam" # Not packaged for Nix + "notunes" # Don't launch Apple Music with the play button + "steam" # Not packaged for Nixon macOS # "epic-games" # Not packaged for Nix ]; };