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

9 lines
161 B
Nix

{pkgs, ...}: {
imports = [./spicetify.nix];
programs.mpv.enable = true;
home.packages = with pkgs; [
### Streaming
spotify
yesplaymusic
];
}