OOKNET                             [ /  search the index  ]  
──────────────────────────────────────────────────────────────────────────────────────
══════════════════════════════════════════════════════════════════════════════════════
OOKNET   [ /  search  ]  
────────────────────────────────────────────────
════════════════════════════════════════════════
 
HASH      94ce30c7520a
DATE      2026-01-19
SUBJECT   git: userEmail, userName -> user.{name,email}
FILES     1 CHANGED
HASH      94ce30c7520a
DATE      2026-01-19
SUBJECT   git: userEmail, userName ->
          user.{name,email}
FILES     1 CHANGED
 

diff --git a/modules/home/console/tools/git.nix b/modules/home/console/tools/git.n
ix
index 88d4267..067dc03 100644
--- a/modules/home/console/tools/git.nix
+++ b/modules/home/console/tools/git.nix
@@ -12,8 +12,10 @@ in {
   config = mkIf cfg.enable {
     programs.git = {
       enable = true;
-      userName = admin.gitName;
-      userEmail = admin.gitEmail;
+      user = {
+        name = admin.gitName;
+        email = admin.gitEmail;
+      };
       ignores = [".direnv" "result"];
       lfs.enable = true;
     };

diff --git a/modules/home/console/tools/git.
nix b/modules/home/console/tools/git.nix
index 88d4267..067dc03 100644
--- a/modules/home/console/tools/git.nix
+++ b/modules/home/console/tools/git.nix
@@ -12,8 +12,10 @@ in {
   config = mkIf cfg.enable {
     programs.git = {
       enable = true;
-      userName = admin.gitName;
-      userEmail = admin.gitEmail;
+      user = {
+        name = admin.gitName;
+        email = admin.gitEmail;
+      };
       ignores = [".direnv" "result"];
       lfs.enable = true;
     };
 
[ BACK TO LOG ]
──────────────────────────────────────────────────────────────────────────────────────
OOKNET
────────────────────────────────────────────────
OOKNET