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