feat: move lazygit to home manager module #43

Merged
wi11-holdsworth merged 1 commit from enhancement/35 into main 2025-10-22 17:13:20 +11:00
3 changed files with 15 additions and 1 deletions
Showing only changes of commit 0f11146aa3 - Show all commits

View file

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

View file

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

View file

@ -46,7 +46,6 @@
hexyl # hexadecimal viewer hexyl # hexadecimal viewer
hyperfine # benchmarking tool hyperfine # benchmarking tool
keep-sorted # alphabetical formatter keep-sorted # alphabetical formatter
lazygit # git tui
mprocs # run long running commands and monitor output mprocs # run long running commands and monitor output
navi # cheatsheet browser navi # cheatsheet browser
nb # note taking nb # note taking