about summary refs log tree commit diff
path: root/home/profiles
diff options
context:
space:
mode:
authorsefidel <contact@sefidel.net>2023-01-11 12:54:09 +0900
committersefidel <contact@sefidel.net>2023-01-11 12:54:09 +0900
commit900a5105509c7523dc2c5d034bca6871862206ce (patch)
tree6527bdae9191b9e80a6dec6833f5749f84ee40ce /home/profiles
parentf26f15defd628236aac863156694d72fbaaa7b09 (diff)
downloadnixrc-900a5105509c7523dc2c5d034bca6871862206ce.tar.gz
nixrc-900a5105509c7523dc2c5d034bca6871862206ce.zip
feat(home/multimedia): remove spotify
Diffstat (limited to 'home/profiles')
-rw-r--r--home/profiles/multimedia/default.nix4
1 files changed, 1 insertions, 3 deletions
diff --git a/home/profiles/multimedia/default.nix b/home/profiles/multimedia/default.nix
index bce881b..8a68546 100644
--- a/home/profiles/multimedia/default.nix
+++ b/home/profiles/multimedia/default.nix
@@ -12,8 +12,6 @@ in
   };
 
   config = lib.mkIf cfg.enable {
-    home.packages = with pkgs; [ playerctl spotify ];
-
-    nixpkgs.allowedUnfree = [ "spotify" "spotify-unwrapped" ];
+    home.packages = with pkgs; [ playerctl ];
   };
 }