From 290e5df7b1e2d52c5145a48458b45f6442be1516 Mon Sep 17 00:00:00 2001 From: Martin Larsson Date: Thu, 25 Dec 2025 13:44:32 +0100 Subject: [PATCH] Move Spotify from nix to brew management --- nix/home/darwin.nix | 1 - nix/system/darwin.nix | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/nix/home/darwin.nix b/nix/home/darwin.nix index 8925dc0..6311e94 100644 --- a/nix/home/darwin.nix +++ b/nix/home/darwin.nix @@ -25,7 +25,6 @@ in aerospace mas raycast - spotify ]; file = utils.mk_symlinks { inherit config dotfiles; }; diff --git a/nix/system/darwin.nix b/nix/system/darwin.nix index 7cb0313..ea4d77f 100644 --- a/nix/system/darwin.nix +++ b/nix/system/darwin.nix @@ -26,6 +26,7 @@ in "ghostty" "karabiner-elements" "nextcloud" + "spotify" ]; brews = [ "bitwarden-cli"