zaphyra's git: nixfiles

zaphyra and void's nixfiles

commit 2e7ef2eeb1744e6c9fbfa1256a401f7d18461faa
parent 4d926c163d50b80ea87504109c59c7c5cbc838d7
Author: Katja (zaphyra) <git@ctu.cx>
Date: Sun, 15 Jun 2025 13:53:55 +0200

config/home/zaphyra/prorams/git: update userName
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/config/home/zaphyra/programs/git.nix b/config/home/zaphyra/programs/git.nix
@@ -13,7 +13,7 @@
 
     package = pkgs.gitFull;
 
-    userName = "Katja (zaphyra)";
+    userName = "Katja Ramona Sophie Kwast (zaphyra)";
     userEmail = "git@ctu.cx";
 
     difftastic.enable = true;