home: add mpv binding

This commit is contained in:
Peder Bergebakken Sundt 2023-03-08 22:48:40 +01:00
parent 269cc6d3d8
commit f4e59f5aa6
1 changed files with 1 additions and 0 deletions

View File

@ -3,6 +3,7 @@
programs.mpv.enable = true;
programs.mpv.bindings."n" = "sub-seek 1";
programs.mpv.bindings."SHIFT+n" = "sub-seek -1";
programs.mpv.bindings."b" = ''cycle-values audio-channels 2 "auto"'';
#programs.mpv.config
programs.mpv.scripts = with pkgs.mpvScripts; [ thumbnail ];
}