summaryrefslogtreecommitdiff
path: root/nixos
diff options
context:
space:
mode:
authorMartin Fischer <martin@push-f.com>2025-07-10 20:37:54 +0200
committerMartin Fischer <martin@push-f.com>2025-07-10 20:39:50 +0200
commit5b44c6f12f5a645d62b2bad3cc6de3c207eb4582 (patch)
treed9da377be719abf823b2e25dab6bfc4fccb4bee5 /nixos
parentd3dc97a7749be87a986d22a55419152eb69d8832 (diff)
tweak(workstation): use mpv without yt-dlp dependencyHEADmaster
Diffstat (limited to 'nixos')
-rw-r--r--nixos/profiles/workstation/graphical.nix4
1 files changed, 3 insertions, 1 deletions
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