diff --git a/modules/cross-platform/home-manager/shell.nix b/modules/cross-platform/home-manager/shell.nix index 292ca3d..36b800b 100644 --- a/modules/cross-platform/home-manager/shell.nix +++ b/modules/cross-platform/home-manager/shell.nix @@ -113,5 +113,8 @@ # Install btop programs.btop.enable = true; + + # Install lazygit + programs.lazygit.enable = true; }; }