home: fix yesplaymusic

This commit is contained in:
Guanran Wang 2023-12-13 02:52:19 +08:00
parent 24b400c2f8
commit dab79d2379
Signed by: nyancat
SSH key fingerprint: SHA256:8oWGKciPALWut/6WA27oFKofX+6Wtc0gQnsefXLQx/8

View file

@ -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];
}