flake update
All checks were successful
/ check (push) Successful in 51s

Signed-off-by: Oliver Davies <oliver@oliverdavies.uk>
This commit is contained in:
Oliver Davies 2025-10-27 01:56:44 +00:00
parent bbd29560ed
commit e8dd94db0b
4 changed files with 60 additions and 56 deletions

View file

@ -2,7 +2,9 @@
{
flake.modules.homeManager.base.programs.git = {
userName = config.flake.meta.owner.name;
userEmail = config.flake.meta.owner.email;
settings.user = {
email = config.flake.meta.owner.email;
name = config.flake.meta.owner.name;
};
};
}