flake/users/guanranwang/home-manager/resources/media/nixos/music.nix

17 lines
232 B
Nix

{pkgs, ...}: {
imports = [./spicetify.nix];
home.packages = with pkgs; [
### Local
mpv
amberol
### Streaming
yesplaymusic
netease-cloud-music-gtk
### Misc
mousai
cava
easyeffects
];
}