home/terminal/programs/git: enable automatically setting up remotes
This commit is contained in:
parent
86eb0e246b
commit
1e809880fe
1 changed files with 4 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
||||||
_: {
|
{
|
||||||
programs.git = {
|
programs.git = {
|
||||||
enable = true;
|
enable = true;
|
||||||
userName = "Anthony Rodriguez";
|
userName = "Anthony Rodriguez";
|
||||||
|
@ -7,6 +7,9 @@ _: {
|
||||||
signByDefault = true;
|
signByDefault = true;
|
||||||
key = "EE3BE97C040A86CE";
|
key = "EE3BE97C040A86CE";
|
||||||
};
|
};
|
||||||
|
extraConfig = {
|
||||||
|
push.autoSetupRemote = true;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
programs.lazygit = {
|
programs.lazygit = {
|
||||||
|
|
Loading…
Reference in a new issue