feat(shell): add lazygit setup.

This commit is contained in:
CronyAkatsuki 2025-06-04 16:10:58 +02:00
parent 7ef09a597d
commit 3690c598bc

View file

@ -113,5 +113,8 @@
# Install btop # Install btop
programs.btop.enable = true; programs.btop.enable = true;
# Install lazygit
programs.lazygit.enable = true;
}; };
} }