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

18 lines
232 B
Nix
Raw Normal View History

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