about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--home/modules/development/urbint.nix9
1 files changed, 9 insertions, 0 deletions
diff --git a/home/modules/development/urbint.nix b/home/modules/development/urbint.nix
index 6958e3155b..2844b0dbf1 100644
--- a/home/modules/development/urbint.nix
+++ b/home/modules/development/urbint.nix
@@ -37,6 +37,15 @@ in
     '';
   };
 
+  programs.git = {
+    includes = [{
+      condition = "gitdir:~/code/urb/";
+      contents = {
+        user.email = "grfn@urbint.com";
+      };
+    }];
+  };
+
   home.file.".ipython/profile_default/ipython_config.py".text = ''
     c.InteractiveShellApp.exec_lines = ['%autoreload 2']
     c.InteractiveShellApp.extensions = ['autoreload']