home-manager manager lazygit
This commit is contained in:
parent
202c801e72
commit
4f88bbff96
2 changed files with 31 additions and 1 deletions
|
|
@ -78,7 +78,6 @@
|
|||
btop
|
||||
eza
|
||||
yazi
|
||||
lazygit
|
||||
ripgrep
|
||||
viddy # modern `watch` command
|
||||
timg # terminal image (sixel) viewer
|
||||
|
|
|
|||
|
|
@ -87,5 +87,36 @@
|
|||
];
|
||||
};
|
||||
|
||||
lazygit = {
|
||||
enable = true;
|
||||
enableFishIntegration = true;
|
||||
enableZshIntegration = true;
|
||||
|
||||
shellWrapperName = "lg";
|
||||
|
||||
settings = {
|
||||
gui = {
|
||||
useHunkModeInStagingView = false;
|
||||
|
||||
skipDiscardChangeWarning = false;
|
||||
skipStashWarning = true;
|
||||
|
||||
animateExplosion = true; # FUCK YEAHHHHHHHHHHHHHHHHHHHHHHHHH
|
||||
|
||||
theme = {
|
||||
lightTheme = false;
|
||||
activeBorderColor = ["green" "bold"];
|
||||
inactiveBorderColor = ["white"];
|
||||
selectedLineBgColor = ["default"];
|
||||
};
|
||||
};
|
||||
|
||||
git.pagers = [
|
||||
{
|
||||
pager = "delta --dark --pager=never";
|
||||
}
|
||||
];
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue