Enable lazygit with git

This commit is contained in:
SebastianStork 2024-03-15 09:44:12 +01:00
parent 4c0396f7d2
commit df5fc6a513

View file

@ -16,5 +16,7 @@
init.defaultBranch = "main"; init.defaultBranch = "main";
}; };
}; };
programs.lazygit.enable = true;
}; };
} }