about summary refs log tree commit diff
path: root/home/profiles
diff options
context:
space:
mode:
Diffstat (limited to 'home/profiles')
-rw-r--r--home/profiles/browsing/qutebrowser-settings.nix4
-rw-r--r--home/profiles/development/default.nix8
2 files changed, 6 insertions, 6 deletions
diff --git a/home/profiles/browsing/qutebrowser-settings.nix b/home/profiles/browsing/qutebrowser-settings.nix
index 3125966..c394f45 100644
--- a/home/profiles/browsing/qutebrowser-settings.nix
+++ b/home/profiles/browsing/qutebrowser-settings.nix
@@ -1,5 +1,5 @@
 let
-  # Softjelly by zachel <zach@zachel.io>
+  # Softjelly by sefidel <contact@sefidel.com>
   # Modified to increase visibility on qutebrowser
   base00 = "#151515";
   base01 = "#222329";
@@ -20,7 +20,7 @@ let
 in
 {
   # Base16 qutebrowser template by theova
-  # Modified by zachel <zach@zachel.io>
+  # Modified by sefidel <contact@sefidel.com>
 
   # Value to use for `prefers-color-scheme:` for websites.
   # Valid values: light, dark, auto.
diff --git a/home/profiles/development/default.nix b/home/profiles/development/default.nix
index aedb422..0139517 100644
--- a/home/profiles/development/default.nix
+++ b/home/profiles/development/default.nix
@@ -14,11 +14,11 @@ in
       enable = true;
       package = pkgs.gitFull;
 
-      userName = "zachel";
-      userEmail = "zach@zachel.io";
+      userName = "***REMOVED***";
+      userEmail = "contact@sefidel.com";
 
       signing = {
-        key = "346833414516C852FFB238E19F734565641C2F14";
+        key = "387E2BF0402610B00A9CB7E689C80C5BD6DBE2B2";
         signByDefault = true;
       };
 
@@ -49,7 +49,7 @@ in
 
         sendemail = {
           smtpserver = "smtp.migadu.com";
-          smtpuser = "zach@zachel.io";
+          smtpuser = "contact@sefidel.com";
           smtpencryption = "ssl";
           smtpserverport = "465";
         };