feat: move lazygit to home manager module

This commit is contained in:
wi11-holdsworth 2025-10-22 17:12:38 +11:00
parent 09ed0ed8b9
commit 0f11146aa3
3 changed files with 15 additions and 1 deletions

View file

@ -0,0 +1,14 @@
{
...
}:
{
programs.lazygit = {
enable = true;
settings = {
log = {
localBranchSortOrder = "recency";
remoteBranchSortOrder = "recency";
};
};
};
}