about summary refs log tree commit diff stats
path: root/modules/home.legacy/conf/mpv/default.nix
blob: 6b252a383ec6bf896b1f22aa9e2ae369d6fcb32b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
{...}: {
  programs.mpv = {
    enable = true;
    bindings = {
      q = "quit 0";
      "Ctrl+c" = "quit 1";
      "Shift+q" = "quit-watch-later 1";
    };
  };
}