From 39c4cceb39b8f274abd47ecce17f64cafd6b9fc0 Mon Sep 17 00:00:00 2001 From: John Lancaster <32917998+jsl12@users.noreply.github.com> Date: Mon, 16 Feb 2026 13:53:55 -0600 Subject: [PATCH] lazygit --- modules/home-manager/git.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/modules/home-manager/git.nix b/modules/home-manager/git.nix index 937d294..1aff417 100644 --- a/modules/home-manager/git.nix +++ b/modules/home-manager/git.nix @@ -9,5 +9,10 @@ push.autoSetupRemote = true; }; }; + programs.lazygit { + enable = true; + enableBashIntegration = true; + enableZshIntegration = true; + }; }; }