Commit d535d2d3f865

Vincent Demeester <vincent@sbr.pm>
2025-04-29 13:38:00
home/git: fixing git config email typo
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
1 parent f667811
Changed files (1)
home
common
shell
home/common/shell/git.nix
@@ -47,7 +47,7 @@ in
 
     includes = [ ] ++ lib.lists.forEach redhat_folders (x: {
       condition = "gitdir:${config.home.homeDirectory}/${x}/**";
-      contents.users.emal = "vdemeest@redhat.com";
+      contents.users.email = "vdemeest@redhat.com";
     });
 
     signing = {