diff --git a/modules/home/terminal/tools.nix b/modules/home/terminal/tools.nix index 745b577..28902b4 100644 --- a/modules/home/terminal/tools.nix +++ b/modules/home/terminal/tools.nix @@ -30,6 +30,8 @@ in with lib; { enableZshIntegration = mkIf cfg.zsh.enable true; }; + programs.lazygit.enable = true; + home.packages = with pkgs; [ # libraries glow