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}"; }; }