Add cheatsheet script to mpv
This commit is contained in:
parent
b9d3c93f8b
commit
3d8bce9b08
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue