2023-10-08 14:57:57 +00:00
|
|
|
{
|
|
|
|
config = {
|
|
|
|
programs.git = {
|
|
|
|
enable = true;
|
|
|
|
userName = "Pim Kunis";
|
|
|
|
userEmail = "pim@kunis.nl";
|
|
|
|
extraConfig = {
|
|
|
|
push.autoSetupRemote = true;
|
2023-10-18 19:06:38 +00:00
|
|
|
commit.verbose = true;
|
2023-10-22 20:14:16 +00:00
|
|
|
pull.rebase = true;
|
2023-10-08 14:57:57 +00:00
|
|
|
};
|
2023-10-18 18:17:03 +00:00
|
|
|
includes = [{
|
|
|
|
path = "~/git/suecode/.gitconfig";
|
|
|
|
condition = "gitdir:~/git/suecode/**";
|
|
|
|
}];
|
2023-10-08 14:57:57 +00:00
|
|
|
};
|
|
|
|
};
|
|
|
|
}
|