From f704871516d5a63e191d503969c2f4dc2b56fa1b Mon Sep 17 00:00:00 2001 From: Danilo Reyes Date: Thu, 2 Oct 2025 23:05:29 -0600 Subject: [PATCH] changed email --- README.org | 4 ++-- config/home-manager.nix | 2 +- modules/modules.nix | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.org b/README.org index acd0ba4..153ab08 100644 --- a/README.org +++ b/README.org @@ -1,6 +1,6 @@ #+TITLE: JawZ NixOS Configuration #+AUTHOR: JawZ -#+EMAIL: CaptainJawZ@protonmail.com +#+EMAIL: danilo.reyes.251@proton.me #+OPTIONS: toc:t num:t #+STARTUP: content @@ -232,7 +232,7 @@ individual packages and services used. * Contact -For questions or issues, contact CaptainJawZ@protonmail.com +For questions or issues, contact danilo.reyes.251@proton.me --- diff --git a/config/home-manager.nix b/config/home-manager.nix index 2e7c169..e3a96c4 100644 --- a/config/home-manager.nix +++ b/config/home-manager.nix @@ -48,7 +48,7 @@ in enable = true; delta.enable = true; userName = "Danilo Reyes"; - userEmail = "CaptainJawZ@protonmail.com"; + userEmail = osConfig.my.email; extraConfig = { init.defaultBranch = "main"; pull.rebase = true; diff --git a/modules/modules.nix b/modules/modules.nix index 4110d8c..4857ebc 100644 --- a/modules/modules.nix +++ b/modules/modules.nix @@ -93,7 +93,7 @@ in }; email = lib.mkOption { type = lib.types.str; - default = "CaptainJawZ@protonmail.com"; + default = "danilo.reyes.251@proton.me"; description = "localhost smtp email"; }; timeZone = lib.mkOption {