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";
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue