Install Lazygit

This commit is contained in:
Julien Hémono 2026-03-27 16:00:53 +01:00
parent 2e4d57f630
commit d9f167a958

View file

@ -27,6 +27,10 @@ in
package = pkgs-unstable.claude-code; package = pkgs-unstable.claude-code;
}; };
programs.lazygit = {
enable = true;
};
home.packages = with pkgs; [ home.packages = with pkgs; [
wl-clipboard wl-clipboard
]; ];