diff options
author | Martin Fischer <martin@push-f.com> | 2025-07-10 20:37:54 +0200 |
---|---|---|
committer | Martin Fischer <martin@push-f.com> | 2025-07-10 20:39:50 +0200 |
commit | 5b44c6f12f5a645d62b2bad3cc6de3c207eb4582 (patch) | |
tree | d9da377be719abf823b2e25dab6bfc4fccb4bee5 /nixos/profiles | |
parent | d3dc97a7749be87a986d22a55419152eb69d8832 (diff) |
Diffstat (limited to 'nixos/profiles')
-rw-r--r-- | nixos/profiles/workstation/graphical.nix | 4 |
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 |