Merge pull request #43 from wi11-holdsworth/enhancement/35

feat: move lazygit to home manager module
This commit is contained in:
Will 2025-10-22 17:13:20 +11:00 committed by GitHub
commit fa5c39ef54
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 15 additions and 1 deletions

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