From 832fe0c589214d002b3e660c5ea293e6b0bd00e4 Mon Sep 17 00:00:00 2001 From: Joakim Repomaa Date: Wed, 7 Jan 2026 13:11:25 +0200 Subject: [PATCH] force lazygit to allow gpg signing --- home/common/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/home/common/default.nix b/home/common/default.nix index 39953be..5653b3e 100644 --- a/home/common/default.nix +++ b/home/common/default.nix @@ -220,6 +220,7 @@ git = { showUntrackedFiles = "all"; branchLogCmd = "git log {{branchName}} --first-parent --color=always --pretty=format:'%Cgreen%h%Creset %Cblue%aN%Creset %C(cyan)%<(14)%ar%Creset %s' --abbrev-commit"; + overrideGpg = true; }; os = { edit = "\${EDITOR} -- {{filename}}";