Add some specific git config

This commit is contained in:
2025-02-26 22:57:42 +01:00
parent db1d71fdb2
commit a112e80baa

View File

@@ -13,8 +13,20 @@
pull = { rebase = true; };
fetch = { prune = true; };
};
};
imports = [
];
includes = [
{
condition = "gitdir:~/git.noahknegt.com";
contents = {
userEmail = "git@noahknegt.com";
};
}
{
condition = "gitdir:~/open-source";
contents = {
userEmail = "git@noahknegt.com";
};
}
];
};
}