forked from fabian/nix_config
update baseline to configure git
This commit is contained in:
parent
a7827e619c
commit
541f80ff91
|
@ -17,7 +17,6 @@ in {
|
||||||
packages = with pkgs; [
|
packages = with pkgs; [
|
||||||
calc
|
calc
|
||||||
file
|
file
|
||||||
git
|
|
||||||
htop
|
htop
|
||||||
killall
|
killall
|
||||||
man-pages
|
man-pages
|
||||||
|
@ -36,5 +35,11 @@ in {
|
||||||
"EDITOR" = mkDefault "vim";
|
"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 = {
|
accounts.email.accounts = {
|
||||||
"fabian@posixlycorrect.com" = {
|
"fabian@posixlycorrect.com" = {
|
||||||
address = "fabian@posixlycorrect.com";
|
address = "fabian@posixlycorrect.com";
|
||||||
|
|
Loading…
Reference in a new issue