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