From 8c42e5a8f416a475c14034b40d93d6685e463877 Mon Sep 17 00:00:00 2001 From: John Lancaster <32917998+jsl12@users.noreply.github.com> Date: Mon, 16 Feb 2026 13:54:21 -0600 Subject: [PATCH] fix --- modules/home-manager/git.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/home-manager/git.nix b/modules/home-manager/git.nix index 1aff417..4ffd3a7 100644 --- a/modules/home-manager/git.nix +++ b/modules/home-manager/git.nix @@ -9,7 +9,7 @@ push.autoSetupRemote = true; }; }; - programs.lazygit { + programs.lazygit = { enable = true; enableBashIntegration = true; enableZshIntegration = true;