update baseline to configure git

This commit is contained in:
Fabian Montero 2024-11-29 01:01:35 -06:00
parent a7827e619c
commit 541f80ff91
2 changed files with 6 additions and 7 deletions

View file

@ -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";
};
};
}

View file

@ -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";