diff --git a/home.nix b/home.nix index 15d2f6d..d1511c3 100644 --- a/home.nix +++ b/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; + }; }; };