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}}";