nix-config/lib/nixos/home-manager/modules/mpv.nix

5 lines
47 B
Nix

{
programs.mpv = {
enable = true;
};
}