From 5b44c6f12f5a645d62b2bad3cc6de3c207eb4582 Mon Sep 17 00:00:00 2001 From: Martin Fischer Date: Thu, 10 Jul 2025 20:37:54 +0200 Subject: tweak(workstation): use mpv without yt-dlp dependency --- nixos/profiles/workstation/graphical.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'nixos/profiles/workstation/graphical.nix') diff --git a/nixos/profiles/workstation/graphical.nix b/nixos/profiles/workstation/graphical.nix index dc05f05..2df27f4 100644 --- a/nixos/profiles/workstation/graphical.nix +++ b/nixos/profiles/workstation/graphical.nix @@ -32,7 +32,9 @@ # graphical tools imv - mpv + (mpv.override { + youtubeSupport = false; # disable yt-dlp dependency + }) zathura # TODO: zathura doesn't adjust zoom on PDF open even though adjust-open="best-fit" is the default according to zathurarc(5) element-desktop -- cgit v1.2.3