Don't sign off commits with lazygit.

Signed-off-by: jmug <u.g.a.mariano@gmail.com>
This commit is contained in:
Mariano Uvalle 2025-08-17 19:07:18 -07:00
parent 2cf6979ba2
commit 9a67c5444e

View file

@ -2,7 +2,7 @@
programs.lazygit = { programs.lazygit = {
enable = true; enable = true;
settings = { settings = {
git.commit.signOff = true; # git.commit.signOff = true;
git.autoFetch = false; git.autoFetch = false;
git.autoRefresh = false; git.autoRefresh = false;
keybinding = { keybinding = {