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

18 lines
254 B
Nix
Raw Normal View History

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