chore: allow lazygit to use some gpg features
Some checks failed
/ test (push) Has been cancelled

This commit is contained in:
nydragon 2025-03-17 10:50:05 +01:00
parent 596c9871c7
commit b6b1b3a1fe
Signed by: nydragon
SSH key fingerprint: SHA256:WcjW5NJPQ8Dx4uQDmoIlVPLWE27Od3fxoe0IUvuoPHE

View file

@ -3,6 +3,9 @@
enable = true; enable = true;
settings = { settings = {
"notARepository" = "skip"; "notARepository" = "skip";
git = {
overrideGpg = true;
};
}; };
}; };
} }