restructure and rename directories

This commit is contained in:
Pim Kunis 2023-10-22 22:30:51 +02:00
parent 81313d1d5d
commit 36b2ded537
23 changed files with 29 additions and 20 deletions

View file

@ -0,0 +1,18 @@
{
config = {
programs.git = {
enable = true;
userName = "Pim Kunis";
userEmail = "pim@kunis.nl";
extraConfig = {
push.autoSetupRemote = true;
commit.verbose = true;
pull.rebase = true;
};
includes = [{
path = "~/git/suecode/.gitconfig";
condition = "gitdir:~/git/suecode/**";
}];
};
};
}