@@ -2,6 +2,17 @@
|
||||
programs.lazygit = {
|
||||
enable = true;
|
||||
settings = {
|
||||
git = {
|
||||
paging = {
|
||||
colorArg = "always";
|
||||
pager = "DELTA_FEATURES=decorations delta --light --paging=never --line-numbers --hyperlinks --hyperlinks-file-link-format=\"lazygit-edit://{path}:{line}\"";
|
||||
};
|
||||
|
||||
commit = {
|
||||
signOff = true;
|
||||
};
|
||||
};
|
||||
|
||||
gui = {
|
||||
theme = {
|
||||
activeBorderColor = [
|
||||
|
||||
Reference in New Issue
Block a user