From aa5ac7a7a16c3671b71eb5cac2512398a7e5bbe9 Mon Sep 17 00:00:00 2001 From: Azat Bahawi Date: Sun, 17 Mar 2024 17:52:16 +0300 Subject: 2024-03-17 --- modules/common/mpv.nix | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'modules/common/mpv.nix') diff --git a/modules/common/mpv.nix b/modules/common/mpv.nix index 6f45304..e857b5b 100644 --- a/modules/common/mpv.nix +++ b/modules/common/mpv.nix @@ -14,7 +14,13 @@ in { enable = true; package = with pkgs; - wrapMpv mpv-unwrapped { + wrapMpv (mpv-unwrapped.override { + bs2bSupport = false; + cacaSupport = false; + dvbinSupport = false; + dvdnavSupport = false; + swiftSupport = false; + }) { scripts = with mpvScripts; [ autoload sponsorblock -- cgit v1.2.3