home/terminal/programs/git: enable automatically setting up remotes

This commit is contained in:
Anthony Rodriguez 2024-10-09 15:44:35 +02:00
parent 86eb0e246b
commit 1e809880fe
Signed by: nezia
GPG key ID: EE3BE97C040A86CE

View file

@ -1,4 +1,4 @@
_: {
{
programs.git = {
enable = true;
userName = "Anthony Rodriguez";
@ -7,6 +7,9 @@ _: {
signByDefault = true;
key = "EE3BE97C040A86CE";
};
extraConfig = {
push.autoSetupRemote = true;
};
};
programs.lazygit = {