summary refs log tree commit diff
path: root/modules/home
diff options
context:
space:
mode:
authorMel <mel@rnrd.eu>2025-02-10 22:49:52 +0100
committerMel <mel@rnrd.eu>2025-02-10 22:54:27 +0100
commit7be1e364b8fc47c3b2a6c7207912ef7a65dca4a1 (patch)
tree8afe579223fb558e96fc019a749b364c15afa999 /modules/home
parent901054a7031fc3420e2a6d04b6ac101db15f1a7f (diff)
downloadminerals-7be1e364b8fc47c3b2a6c7207912ef7a65dca4a1.tar.zst
minerals-7be1e364b8fc47c3b2a6c7207912ef7a65dca4a1.zip
Update Git user email
Signed-off-by: Mel <einebeere@gmail.com>
Signed-off-by: Mel <mel@rnrd.eu>
Diffstat (limited to 'modules/home')
-rw-r--r--modules/home/common.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/home/common.nix b/modules/home/common.nix
index f87bf99..4454bfc 100644
--- a/modules/home/common.nix
+++ b/modules/home/common.nix
@@ -11,8 +11,8 @@
     git = {
       enable = true;
       userName = "Mel";
-      userEmail = "einebeere@gmail.com";
-      signing = { 
+      userEmail = "mel@rnrd.eu";
+      signing = {
         key = "D75A C286 ACA7 00B4 D8EC 377D 2082 F8EC 11CC 009B";
         signByDefault = true;
       };