fix(home-manager): apply lazygit theme (#76)

This commit is contained in:
Ian 2024-03-14 06:45:33 +08:00 committed by GitHub
parent c62fc3ffa6
commit d4c0e280e4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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