about summary refs log tree commit diff
path: root/home/profiles
diff options
context:
space:
mode:
Diffstat (limited to 'home/profiles')
-rw-r--r--home/profiles/multimedia/default.nix4
1 files changed, 3 insertions, 1 deletions
diff --git a/home/profiles/multimedia/default.nix b/home/profiles/multimedia/default.nix
index 8a68546..bce881b 100644
--- a/home/profiles/multimedia/default.nix
+++ b/home/profiles/multimedia/default.nix
@@ -12,6 +12,8 @@ in
   };
 
   config = lib.mkIf cfg.enable {
-    home.packages = with pkgs; [ playerctl ];
+    home.packages = with pkgs; [ playerctl spotify ];
+
+    nixpkgs.allowedUnfree = [ "spotify" "spotify-unwrapped" ];
   };
 }