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;