nix-darwin/home/lazygit.nix

7 lines
118 B
Nix

{
programs.lazygit = {
enable = true;
enableZshIntegration = true;
enableBashIntegration = true;
};
}