From d4c0e280e4cb4950c3ec6593db6c472931e937d5 Mon Sep 17 00:00:00 2001 From: Ian <66728045+zspher@users.noreply.github.com> Date: Thu, 14 Mar 2024 06:45:33 +0800 Subject: [PATCH] fix(home-manager): apply lazygit theme (#76) --- modules/home-manager/lazygit.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/home-manager/lazygit.nix b/modules/home-manager/lazygit.nix index 7ec5bba..754d047 100644 --- a/modules/home-manager/lazygit.nix +++ b/modules/home-manager/lazygit.nix @@ -19,6 +19,6 @@ in config = lib.mkIf enable { - programs.lazygit.settings = lib.ctp.fromYaml "${sources.lazygit}/themes/${themePath}"; + programs.lazygit.settings = lib.ctp.fromYaml "${sources.lazygit}/themes-mergable/${themePath}"; }; }