diff options
author | Griffin Smith <root@gws.fyi> | 2020-05-27T13·40-0400 |
---|---|---|
committer | Griffin Smith <root@gws.fyi> | 2020-05-27T13·53-0400 |
commit | ef2f6f32c11f2a976595b85745071357aa624a52 (patch) | |
tree | c794f695f042b14bcab8902b787616cc9cdf3dbb /home/modules | |
parent | a7a525d09a1c8db688189d69bb4410c3360b1c7e (diff) |
work email in work repos
Diffstat (limited to 'home/modules')
-rw-r--r-- | home/modules/development/urbint.nix | 9 |
1 files changed, 9 insertions, 0 deletions
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'] |