From 06f219f0c833e499e6b360660dacffaeae002094 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Geoffrey=20=E2=80=9CFrogeye=E2=80=9D=20Preud=27homme?= Date: Tue, 19 Dec 2023 23:09:25 +0100 Subject: [PATCH] mpv: Disable thumbnails auto-generation --- hm/desktop.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hm/desktop.nix b/hm/desktop.nix index e5796c2..50ce109 100644 --- a/hm/desktop.nix +++ b/hm/desktop.nix @@ -537,6 +537,7 @@ in scripts = with pkgs.mpvScripts; [ thumbnail ]; scriptOpts = { mpv_thumbnail_script = { + autogenerate = false; # TODO It creates too many processes at once, crashing the system cache_directory = "/tmp/mpv_thumbs_${config.home.username}"; mpv_hwdec = "auto-safe"; };