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