home: fix yesplaymusic
This commit is contained in:
parent
24b400c2f8
commit
dab79d2379
1 changed files with 1 additions and 19 deletions
|
@ -1,21 +1,3 @@
|
||||||
{pkgs, ...}: {
|
{pkgs, ...}: {
|
||||||
imports = [./spicetify.nix];
|
home.packages = [pkgs.yesplaymusic];
|
||||||
programs.mpv.enable = true;
|
|
||||||
home.packages = with pkgs; [
|
|
||||||
# Music & Video
|
|
||||||
### Local
|
|
||||||
amberol
|
|
||||||
|
|
||||||
### Streaming
|
|
||||||
yesplaymusic
|
|
||||||
netease-cloud-music-gtk
|
|
||||||
|
|
||||||
### Misc
|
|
||||||
mousai
|
|
||||||
cava
|
|
||||||
easyeffects
|
|
||||||
|
|
||||||
# Photos
|
|
||||||
loupe
|
|
||||||
];
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue