Add cheatsheet script to mpv

This commit is contained in:
coolneng 2024-02-05 21:54:39 +01:00
parent b9d3c93f8b
commit 3d8bce9b08
Signed by: coolneng
GPG Key ID: 9893DA236405AF57
1 changed files with 3 additions and 3 deletions

View File

@ -3,8 +3,8 @@
with pkgs;
let
mpv-sponsorblock = (pkgs.wrapMpv pkgs.mpv-unwrapped {
scripts = [ mpvScripts.sponsorblock ];
custom-mpv = (pkgs.wrapMpv pkgs.mpv-unwrapped {
scripts = with mpvScripts; [ sponsorblock-minimal mpv-cheatsheet ];
});
patched-bitwig = bitwig-studio.overrideAttrs (old: rec {
@ -76,7 +76,7 @@ in {
msmtp
# Media
gimp
mpv-sponsorblock
custom-mpv
nodePackages.webtorrent-cli
deluge
yt-dlp-light