set push.autoSetupRemote git config

always show firefox bookmark toolbar
This commit is contained in:
Pim Kunis 2023-09-24 16:04:41 +02:00
parent 4111555a9d
commit 9da63be993

View file

@ -45,6 +45,7 @@ in
isDefault = true;
settings = {
"browser.aboutConfig.showWarning" = false;
"browser.toolbars.bookmarks.visibility" = "always";
};
extensions = import ./firefox-addons (args // {inherit nurpkgs; });
};
@ -76,7 +77,10 @@ in
enable = true;
userName = "Pim Kunis";
userEmail = "pim@kunis.nl";
extraConfig.core.editor = "nvim";
extraConfig = {
core.editor = "nvim";
push.autoSetupRemote = true;
};
};
};