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.nix6
2 files changed, 5 insertions, 5 deletions
diff --git a/home/profiles/browsing/qutebrowser-settings.nix b/home/profiles/browsing/qutebrowser-settings.nix
index 47fae23..40d2189 100644
--- a/home/profiles/browsing/qutebrowser-settings.nix
+++ b/home/profiles/browsing/qutebrowser-settings.nix
@@ -1,5 +1,5 @@
 let
-  # Nightlamp theme by boopy <hi@boopy.dev>
+  # Nightlamp theme by zachel <zach@zachel.io>
   # Modified to increase visibility on qutebrowser
   base00 = "#151515";
   base01 = "#222329";
@@ -20,7 +20,7 @@ let
 in
 {
   # Base16 qutebrowser template by theova
-  # Modified by boopy <hi@boopy.dev>
+  # Modified by zachel <zach@zachel.io>
 
   # 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 3fdb7fa..c8366ae 100644
--- a/home/profiles/development/default.nix
+++ b/home/profiles/development/default.nix
@@ -15,11 +15,11 @@ in
       enable = true;
       package = pkgs.gitFull;
 
-      userName = "Zack A.";
-      userEmail = "hi@boopy.dev";
+      userName = "zachel";
+      userEmail = "zach@zachel.io";
 
       signing = {
-        key = "EE731799CAE9F76B048BDF71F05C1C600B728A18";
+        key = "346833414516C852FFB238E19F734565641C2F14";
         signByDefault = true;
       };