added overrideGpg to lazygit

This allows to remove the flickering/prompting from lazygit when
committing a signed commit.

Signed-off-by: Purin <118902463+Dylouwu@users.noreply.github.com>
This commit is contained in:
Purin
2025-08-25 15:33:03 +02:00
parent 172205b613
commit 1e68496efe

View File

@@ -16,6 +16,7 @@ in {
update.method = "never"; update.method = "never";
git = { git = {
commit.signOff = true; commit.signOff = true;
overrideGpg = true;
parseEmoji = true; parseEmoji = true;
}; };
gui = { gui = {