feat: move lazygit to home manager module
This commit is contained in:
parent
09ed0ed8b9
commit
0f11146aa3
3 changed files with 15 additions and 1 deletions
|
|
@ -13,6 +13,7 @@
|
|||
"fish"
|
||||
"gh"
|
||||
"git"
|
||||
"lazygit"
|
||||
"starship"
|
||||
"yazi"
|
||||
"zoxide"
|
||||
|
|
|
|||
14
modules/home-manager/features/lazygit.nix
Normal file
14
modules/home-manager/features/lazygit.nix
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
{
|
||||
...
|
||||
}:
|
||||
{
|
||||
programs.lazygit = {
|
||||
enable = true;
|
||||
settings = {
|
||||
log = {
|
||||
localBranchSortOrder = "recency";
|
||||
remoteBranchSortOrder = "recency";
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
@ -46,7 +46,6 @@
|
|||
hexyl # hexadecimal viewer
|
||||
hyperfine # benchmarking tool
|
||||
keep-sorted # alphabetical formatter
|
||||
lazygit # git tui
|
||||
mprocs # run long running commands and monitor output
|
||||
navi # cheatsheet browser
|
||||
nb # note taking
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue