work email in work repos

This commit is contained in:
Griffin Smith 2020-05-27 09:40:53 -04:00
parent a7a525d09a
commit ef2f6f32c1

View file

@ -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']