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

8 lines
130 B
Nix

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