update git settings renamed options

This commit is contained in:
Noah Masur
2025-10-13 15:05:39 -04:00
parent a57207dd5d
commit 72c548e707
6 changed files with 12 additions and 10 deletions

View File

@@ -39,8 +39,8 @@ in
config = lib.mkIf cfg.enable {
programs.git = {
userName = lib.mkForce cfg.work.name;
userEmail = lib.mkForce cfg.work.email;
settings.user.name = lib.mkForce cfg.work.name;
settings.user.email = lib.mkForce cfg.work.email;
includes = [
{
path = "${config.home.homeDirectory}/${config.xdg.configFile."git/personal".target}";