Common/git: update git and delta settings
This commit is contained in:
parent
8331e8c875
commit
e6bdf0f984
1 changed files with 8 additions and 4 deletions
|
|
@ -7,15 +7,19 @@
|
||||||
home-manager.users.toast = {
|
home-manager.users.toast = {
|
||||||
programs.git = {
|
programs.git = {
|
||||||
enable = true;
|
enable = true;
|
||||||
userName = "Toast";
|
settings = {
|
||||||
userEmail = "toast003@tutamail.com";
|
user.name = "toast";
|
||||||
delta.enable = true;
|
user.email = "toast003@tutamail.com";
|
||||||
extraConfig = {
|
|
||||||
init.defaultBranch = "main";
|
init.defaultBranch = "main";
|
||||||
diff.colorMoved = "default";
|
diff.colorMoved = "default";
|
||||||
commit.verbose = "true";
|
commit.verbose = "true";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
programs.delta = {
|
||||||
|
enable = true;
|
||||||
|
enableGitIntegration = true;
|
||||||
|
};
|
||||||
catppuccin.delta.enable = true;
|
catppuccin.delta.enable = true;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue