home/lazygit: update lazygit config due to a breaking change

This commit is contained in:
Primrose 2026-01-29 16:56:25 +01:00
parent ea3571e226
commit e78c2841d4
Signed by: primrose
GPG key ID: 4E887A4CA9714ADA

View file

@ -20,7 +20,11 @@
in
lib.mkIf patdiffCfg.enable {
settings = {
git.paging.externalDiffCommand = "${lib.getExe' patdiffCfg.package "patdiff-git-wrapper"}";
git.paging = [
{
externalDiffCommand = "${lib.getExe' patdiffCfg.package "patdiff-git-wrapper"}";
}
];
};
};