@@ -2,6 +2,17 @@
|
|||||||
programs.lazygit = {
|
programs.lazygit = {
|
||||||
enable = true;
|
enable = true;
|
||||||
settings = {
|
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 = {
|
gui = {
|
||||||
theme = {
|
theme = {
|
||||||
activeBorderColor = [
|
activeBorderColor = [
|
||||||
|
|||||||
Reference in New Issue
Block a user