diff options
author | Azat Bahawi <azat@bahawi.net> | 2024-03-17 17:52:16 +0300 |
---|---|---|
committer | Azat Bahawi <azat@bahawi.net> | 2024-03-17 17:52:16 +0300 |
commit | aa5ac7a7a16c3671b71eb5cac2512398a7e5bbe9 (patch) | |
tree | 314489d2e340c897eda97370fa22faf0b2a5248a /modules/common/mpv.nix | |
parent | 2024-03-10 (diff) |
2024-03-17
Diffstat (limited to '')
-rw-r--r-- | modules/common/mpv.nix | 8 |
1 files changed, 7 insertions, 1 deletions
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 |