about summary refs log tree commit diff
path: root/home/modules/development/urbint.nix
diff options
context:
space:
mode:
authorGriffin Smith <root@gws.fyi>2020-05-27T13·40-0400
committerGriffin Smith <root@gws.fyi>2020-05-27T13·53-0400
commitef2f6f32c11f2a976595b85745071357aa624a52 (patch)
treec794f695f042b14bcab8902b787616cc9cdf3dbb /home/modules/development/urbint.nix
parenta7a525d09a1c8db688189d69bb4410c3360b1c7e (diff)
work email in work repos
Diffstat (limited to 'home/modules/development/urbint.nix')
-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']