2023-05-17 17:10:18 +01:00
|
|
|
{...}: {
|
2023-03-29 14:57:58 +01:00
|
|
|
programs.lazygit = {
|
|
|
|
enable = true;
|
2023-07-10 19:42:58 +01:00
|
|
|
settings = {
|
|
|
|
gui = {
|
|
|
|
showFileTree = true;
|
|
|
|
showCommandLog = false;
|
|
|
|
showIcons = true;
|
|
|
|
theme = {
|
|
|
|
lightTheme = false;
|
|
|
|
activeBorderColor = ["#a6da95" "bold"];
|
|
|
|
inactiveBorderColor = ["#cad3f5"];
|
|
|
|
optionsTextColor = ["#8aadf4"];
|
|
|
|
selectedLineBgColor = ["#363a4f"];
|
|
|
|
selectedRangeBgColor = ["#363a4f"];
|
|
|
|
cherryPickedCommitBgColor = ["#8bd5ca"];
|
|
|
|
cherryPickedCommitFgColor = ["#8aadf4"];
|
|
|
|
unstagedChangesColor = ["red"];
|
|
|
|
};
|
|
|
|
};
|
|
|
|
update.method = "never";
|
|
|
|
promptToReturnFromSubprocess = false;
|
|
|
|
notARepository = "quit";
|
|
|
|
};
|
2023-03-29 14:57:58 +01:00
|
|
|
};
|
|
|
|
}
|