set git agent information

This commit is contained in:
Eve Halfmann 2025-06-01 00:45:13 +00:00
parent 69b8f5ceca
commit caea10c1e2

View file

@ -74,6 +74,13 @@ in {
# Let Home Manager install and manage itself.
home-manager.enable = true;
git = {
enable = true;
userName = "Eve Halfmann";
userEmail = "evesnrobins@gmail.com";
extraConfig.init.defaultBranch = "main";
};
openssh = {
hostKeys = [
{