feat: make lazygit more usable with gpg

This commit is contained in:
Moritz Böhme 2025-05-17 22:08:38 +02:00
parent cfcf6f707a
commit 6e68c63a54
No known key found for this signature in database
GPG key ID: 970C6E89EB0547A9

View file

@ -137,6 +137,9 @@ in {
loadingText = "Creating conventional commit...";
}
];
git = {
overrideGpg = true;
};
};
};
};