more home manager again
This commit is contained in:
parent
fc917eecd0
commit
0502af997c
3 changed files with 10 additions and 33 deletions
|
|
@ -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 = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue