diff --git a/home-modules/spotify.nix b/home-modules/spotify.nix index 1ef4a6d..b2b6ac0 100644 --- a/home-modules/spotify.nix +++ b/home-modules/spotify.nix @@ -2,6 +2,7 @@ { home.packages = with pkgs; [ unstable.spotify + unstable.spicetify-cli ]; services.librespot = { enable = true;