about summary refs log tree commit diff stats
path: root/home-manager/config/mpv/default.nix
blob: 63e361176f8d1826610f5c8216e72aae54392524 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
{
  config,
  pkgs,
  ...
}: {
  programs.mpv = {
    enable = true;
    # TODO add config
  };
}