summaryrefslogtreecommitdiff
path: root/user-profiles
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2022-06-19 10:59:10 +0200
committerGregor Kleen <gkleen@yggdrasil.li>2022-06-19 10:59:10 +0200
commitdf69b2a47709c7c6d608e7e91f0130e431db00a5 (patch)
treec4ebc0337fb9d32352c32078c5490002953b655b /user-profiles
parent62f748a78fa5cbc52bb3e1432082a1b2b8250f2a (diff)
downloadnixos-df69b2a47709c7c6d608e7e91f0130e431db00a5.tar
nixos-df69b2a47709c7c6d608e7e91f0130e431db00a5.tar.gz
nixos-df69b2a47709c7c6d608e7e91f0130e431db00a5.tar.bz2
nixos-df69b2a47709c7c6d608e7e91f0130e431db00a5.tar.xz
nixos-df69b2a47709c7c6d608e7e91f0130e431db00a5.zip
...
Diffstat (limited to 'user-profiles')
-rw-r--r--user-profiles/mpv/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/user-profiles/mpv/default.nix b/user-profiles/mpv/default.nix
index ec866af4..33b0ffaf 100644
--- a/user-profiles/mpv/default.nix
+++ b/user-profiles/mpv/default.nix
@@ -19,7 +19,7 @@
19 "deadzonesize=0.9" 19 "deadzonesize=0.9"
20 "ytdl_hook-ytdl_path=${pkgs.yt-dlp}/bin/yt-dlp" 20 "ytdl_hook-ytdl_path=${pkgs.yt-dlp}/bin/yt-dlp"
21 "chapterskip-skip=sponsor;intro;endcard" 21 "chapterskip-skip=sponsor;intro;endcard"
22 "chapterskip-categories=sponsor>%[SponsorBlock%]: .*Sponsor.*/intro>%[SponsorBlock%]: .*Intro Animation.*/endcard>%[SponsorBlock%]: .*Endcards.*" 22 "chapterskip-categories=sponsor>%[SponsorBlock%]: .*Sponsor.*;intro>%[SponsorBlock%]: .*Intro Animation.*;endcard>%[SponsorBlock%]: .*Endcards.*"
23 ]; 23 ];
24 }; 24 };
25 scripts = [ 25 scripts = [