diff options
author | sefidel <contact@sefidel.net> | 2023-12-30 17:42:26 +0900 |
---|---|---|
committer | sefidel <contact@sefidel.net> | 2023-12-30 17:42:26 +0900 |
commit | daa1df0c44ff1ae5417715ebfe2ea9d2d647bedd (patch) | |
tree | 381c38d13800e24bd2b4c7764cff8f9016ec8773 /home/profiles/multimedia | |
parent | ca09be7c1881f486ace4218eca2080cb6cabc316 (diff) | |
download | nixrc-daa1df0c44ff1ae5417715ebfe2ea9d2d647bedd.tar.gz nixrc-daa1df0c44ff1ae5417715ebfe2ea9d2d647bedd.zip |
feat(home/multimedia): replace spotify with cider
Diffstat (limited to 'home/profiles/multimedia')
-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 b423060..2159eb2 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; [ vlc playerctl spotify ]; - - nixpkgs.allowedUnfree = [ "spotify" ]; + home.packages = with pkgs; [ vlc playerctl cider ]; }; } |