git: enable and configure
This commit is contained in:
parent
7c2594076f
commit
b887605a43
1 changed files with 8 additions and 0 deletions
8
home.nix
8
home.nix
|
|
@ -31,4 +31,12 @@ in {
|
|||
vimAlias = true;
|
||||
vimdiffAlias = true;
|
||||
};
|
||||
|
||||
programs.git = {
|
||||
enable = true;
|
||||
userEmail = "khais.colin@gmail.com";
|
||||
userName = "Khaïs COLIN";
|
||||
# better diffs
|
||||
delta.enable = true;
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue