flake/users/guanranwang/home-manager/profiles/media/darwin/default.nix

9 lines
130 B
Nix
Raw Normal View History

2023-11-24 05:37:07 +00:00
{pkgs, ...}: {
programs.mpv.enable = true;
home.packages = with pkgs; [
### Streaming
spotify
yesplaymusic
2023-11-09 17:24:35 +00:00
];
}