flake/users/guanranwang/home-manager/applications/yesplaymusic/yesplaymusic.nix
2023-11-29 17:56:30 +08:00

21 lines
298 B
Nix

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