From 9b95999b5c5c12d9b9646d245a3c12fab5f1ded4 Mon Sep 17 00:00:00 2001 From: Caroline Larimore Date: Mon, 14 Jul 2025 16:22:49 -0700 Subject: mpv: auto-load external subs --- modules/home/apps/mpv/default.nix | 2 ++ 1 file changed, 2 insertions(+) (limited to 'modules/home') diff --git a/modules/home/apps/mpv/default.nix b/modules/home/apps/mpv/default.nix index e7a62db..565c938 100644 --- a/modules/home/apps/mpv/default.nix +++ b/modules/home/apps/mpv/default.nix @@ -14,6 +14,8 @@ in { config = { screenshot-format = "png"; screenshot-template = "~/Pictures/Screenshots/mpv/%F/%P"; + + sub-auto = "fuzzy"; }; }; }; -- cgit v1.2.3