work email in work repos
This commit is contained in:
parent
a7a525d09a
commit
ef2f6f32c1
1 changed files with 9 additions and 0 deletions
|
@ -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']
|
||||
|
|
Loading…
Reference in a new issue