From dab79d237922601b839e759c4ee6a40688044618 Mon Sep 17 00:00:00 2001 From: Guanran Wang Date: Wed, 13 Dec 2023 02:52:19 +0800 Subject: [PATCH] home: fix yesplaymusic --- .../yesplaymusic/yesplaymusic.nix | 20 +------------------ 1 file changed, 1 insertion(+), 19 deletions(-) diff --git a/users/guanranwang/home-manager/applications/yesplaymusic/yesplaymusic.nix b/users/guanranwang/home-manager/applications/yesplaymusic/yesplaymusic.nix index 3ddb693..855fd9d 100644 --- a/users/guanranwang/home-manager/applications/yesplaymusic/yesplaymusic.nix +++ b/users/guanranwang/home-manager/applications/yesplaymusic/yesplaymusic.nix @@ -1,21 +1,3 @@ {pkgs, ...}: { - imports = [./spicetify.nix]; - programs.mpv.enable = true; - home.packages = with pkgs; [ - # Music & Video - ### Local - amberol - - ### Streaming - yesplaymusic - netease-cloud-music-gtk - - ### Misc - mousai - cava - easyeffects - - # Photos - loupe - ]; + home.packages = [pkgs.yesplaymusic]; }