From 7ee41b9f5cd897b91d90e5f75cd47c6b18eda493 Mon Sep 17 00:00:00 2001 From: chayleaf <chayleaf-git@pavluk.org> Date: Fri, 31 Jan 2025 10:19:19 +0700 Subject: [PATCH] fix mpv config --- home/modules/gui.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/home/modules/gui.nix b/home/modules/gui.nix index 99b8a20..d106ee5 100644 --- a/home/modules/gui.nix +++ b/home/modules/gui.nix @@ -170,7 +170,6 @@ config = lib.mkMerge [ screenshot-webp-lossless = true; screenshot-directory = "${config.home.homeDirectory}/Pictures/Screenshots/mpv"; screenshot-sw = true; - cache-dir = "${config.xdg.cacheHome}/mpv"; input-default-bindings = false; }; # profiles = { };