From 576cd69d7202409cf4175f7474d3690a461832e5 Mon Sep 17 00:00:00 2001 From: muon Date: Thu, 20 Jun 2024 11:23:06 +0000 Subject: [PATCH] Add lazygit --- modules/home/terminal/tools.nix | 2 ++ 1 file changed, 2 insertions(+) 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