From 7069a9e1f0f6043da19973834f29a17a572d0a2b Mon Sep 17 00:00:00 2001 From: Sweetbread Date: Thu, 26 Jun 2025 19:50:54 +0300 Subject: [PATCH] yazi: do not preload .crdownload --- modules/user/yazi.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/modules/user/yazi.nix b/modules/user/yazi.nix index 55c8982..204a3f0 100644 --- a/modules/user/yazi.nix +++ b/modules/user/yazi.nix @@ -25,6 +25,11 @@ in { max_width = 1000; max_height = 1000; }; + plugin = { + preloaders = [ + { name = "*.crdownload"; run = "noop"; } + ]; + }; }; plugins = {