From 6e68c63a5452f5db64adbb90657f82a10ddd0699 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Moritz=20B=C3=B6hme?= Date: Sat, 17 May 2025 22:08:38 +0200 Subject: [PATCH] feat: make lazygit more usable with gpg --- modules/moritz/programs/lazygit.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/modules/moritz/programs/lazygit.nix b/modules/moritz/programs/lazygit.nix index f06c97e..81fdaed 100644 --- a/modules/moritz/programs/lazygit.nix +++ b/modules/moritz/programs/lazygit.nix @@ -137,6 +137,9 @@ in { loadingText = "Creating conventional commit..."; } ]; + git = { + overrideGpg = true; + }; }; }; };