zaphyra's git: nixfiles

zaphyra and void's nixfiles

commit 68a5cd6737c43a29fe8f72eed276671dd82964d3
parent 7cad7ccc75aa97c65944c83008b044e7fc2ba9cf
Author: Katja Ramona Sophie Kwast (zaphyra) <git@zaphyra.eu>
Date: Mon, 16 Jun 2025 12:47:57 +0200

config/home/zaphyra/programs/git: update email-address
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/config/home/zaphyra/programs/git.nix b/config/home/zaphyra/programs/git.nix
@@ -14,7 +14,7 @@
     package = pkgs.gitFull;
 
     userName = "Katja Ramona Sophie Kwast (zaphyra)";
-    userEmail = "git@ctu.cx";
+    userEmail = "git@zaphyra.eu";
 
     difftastic.enable = true;
 
diff --git a/config/home/zaphyra/programs/gpg.nix b/config/home/zaphyra/programs/gpg.nix
@@ -56,7 +56,7 @@
     git.signing = {
       format = "openpgp";
       signByDefault = true;
-      key = "AF7630ED1018B7A8";
+      key = "95F0FE7CD7E6A022";
     };
   };