more home manager again

This commit is contained in:
Dustin Swan 2019-04-14 10:47:23 -04:00
parent fc917eecd0
commit 0502af997c
No known key found for this signature in database
GPG key ID: AB49BD6B2B3A6377
3 changed files with 10 additions and 33 deletions

View file

@ -117,6 +117,13 @@
enable = true;
userName = "Dustin Swan";
userEmail = "dustin@dustinswan.com";
signing = {
signByDefault = true;
key = "2B3A6377";
};
aliases = {
lg = "log --color --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr)%C(bold blue)<%an>%Creset' --abbrev-commit";
};
};
programs.neovim = {