From 5658b3d4e3e49e83e08167802039e23b81315864 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Laure=CE=B7t?= Date: Thu, 24 Oct 2024 23:39:35 +0200 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20(home)=20disable=20mpv=20catppuccin?= =?UTF-8?q?=20theme?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- home/shell/mpv.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/home/shell/mpv.nix b/home/shell/mpv.nix index 354941b..75285ff 100644 --- a/home/shell/mpv.nix +++ b/home/shell/mpv.nix @@ -1,5 +1,6 @@ {...}: { programs.mpv = { + catppuccin.enable = false; enable = true; }; }