diff options
author | sefidel <contact@sefidel.net> | 2023-01-11 12:54:09 +0900 |
---|---|---|
committer | sefidel <contact@sefidel.net> | 2023-01-11 12:54:09 +0900 |
commit | 900a5105509c7523dc2c5d034bca6871862206ce (patch) | |
tree | 6527bdae9191b9e80a6dec6833f5749f84ee40ce /home | |
parent | f26f15defd628236aac863156694d72fbaaa7b09 (diff) | |
download | nixrc-900a5105509c7523dc2c5d034bca6871862206ce.tar.gz nixrc-900a5105509c7523dc2c5d034bca6871862206ce.zip |
feat(home/multimedia): remove spotify
Diffstat (limited to 'home')
-rw-r--r-- | home/profiles/multimedia/default.nix | 4 |
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 ]; }; } |