update baseline to configure git
This commit is contained in:
parent
a7827e619c
commit
541f80ff91
|
@ -17,7 +17,6 @@ in {
|
|||
packages = with pkgs; [
|
||||
calc
|
||||
file
|
||||
git
|
||||
htop
|
||||
killall
|
||||
man-pages
|
||||
|
@ -36,5 +35,11 @@ in {
|
|||
"EDITOR" = mkDefault "vim";
|
||||
};
|
||||
};
|
||||
|
||||
programs.git = {
|
||||
enable = true;
|
||||
userEmail = "fabian@posixlycorrect.com";
|
||||
userName = "Fabian Montero";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
@ -34,12 +34,6 @@ in {
|
|||
};
|
||||
};
|
||||
|
||||
programs.git = {
|
||||
enable = true;
|
||||
userEmail = "fabian@posixlycorrect.com";
|
||||
userName = "Fabian Montero";
|
||||
};
|
||||
|
||||
accounts.email.accounts = {
|
||||
"fabian@posixlycorrect.com" = {
|
||||
address = "fabian@posixlycorrect.com";
|
||||
|
|
Loading…
Reference in a new issue