Merge pull request #43 from wi11-holdsworth/enhancement/35
feat: move lazygit to home manager module
This commit is contained in:
commit
fa5c39ef54
3 changed files with 15 additions and 1 deletions
|
|
@ -13,6 +13,7 @@
|
||||||
"fish"
|
"fish"
|
||||||
"gh"
|
"gh"
|
||||||
"git"
|
"git"
|
||||||
|
"lazygit"
|
||||||
"starship"
|
"starship"
|
||||||
"yazi"
|
"yazi"
|
||||||
"zoxide"
|
"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
|
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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue