{
  config,
  pkgs,
  ...
}: {
  programs.mpv = {
    enable = true;
    # TODO add config
  };
}
# vim: ts=2