flake/users/guanranwang/home-manager/applications/yesplaymusic/yesplaymusic.nix

22 lines
298 B
Nix
Raw Normal View History

2023-11-24 05:37:07 +00:00
{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
2023-11-09 17:24:35 +00:00
];
}