feat: move lazygit to home manager module
This commit is contained in:
parent
f2568c2a78
commit
6a9ee249d9
3 changed files with 15 additions and 1 deletions
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