From ef2f6f32c11f2a976595b85745071357aa624a52 Mon Sep 17 00:00:00 2001 From: Griffin Smith Date: Wed, 27 May 2020 09:40:53 -0400 Subject: work email in work repos --- home/modules/development/urbint.nix | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/home/modules/development/urbint.nix b/home/modules/development/urbint.nix index 6958e3155b58..2844b0dbf1c4 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'] -- cgit 1.4.1