zaphyra's git: nixfiles

zaphyra and void's nixfiles

commit c5055918af1fad11409d98c6af16002489b7a73e
parent a554c9417dc61515dba854e7fa9adc3f4b7d2af1
Author: Katja (zaphyra) <git@ctu.cx>
Date: Thu, 22 May 2025 08:07:45 +0200

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