feat: move lazygit to home manager module

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

View file

@ -13,6 +13,7 @@
"fish"
"gh"
"git"
"lazygit"
"starship"
"yazi"
"zoxide"

View file

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