feat(home): configure Git user email for rialo

This commit is contained in:
Harald Hoyer 2025-08-14 14:34:54 +02:00
parent 68b166ec1a
commit 3c28ec261b

View file

@ -23,9 +23,10 @@
}; };
tools = { tools = {
#direnv.enable = true; git = {
# ssh.enable = true; enable = true;
git.enable = true; userEmail = "harald@subzero.xyz";
};
}; };
}; };