flake/users/guanranwang/home-manager/profiles/media/nixos/music.nix
2023-11-15 20:55:27 +08:00

17 lines
254 B
Nix

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