set push.autoSetupRemote git config
always show firefox bookmark toolbar
This commit is contained in:
parent
4111555a9d
commit
9da63be993
1 changed files with 5 additions and 1 deletions
6
home.nix
6
home.nix
|
@ -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;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Reference in a new issue