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