From 1666aba15fc620febae1200c7f4ede1b3bae5894 Mon Sep 17 00:00:00 2001 From: Olaf Date: Thu, 9 Oct 2025 11:57:37 +0200 Subject: [PATCH] Removed spotify from menu --- modules/darwin/home-manager.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/darwin/home-manager.nix b/modules/darwin/home-manager.nix index e57317a..94f4b91 100644 --- a/modules/darwin/home-manager.nix +++ b/modules/darwin/home-manager.nix @@ -114,7 +114,7 @@ in { path = "/Applications/iTerm.app/"; } { path = "/Applications/Fantastical.app/"; } # { path = "${pkgs.alacritty}/Applications/Alacritty.app/"; } - { path = "/Applications/Spotify.app/"; } + # { path = "/Applications/Spotify.app/"; } { path = "/Applications/Qobuz.app/"; } { path = "/System/Volumes/Preboot/Cryptexes/App/System/Applications/Safari.app/"; } { path = "/System/Applications/Photos.app/"; }