Explicitly set firefox home to blank page
This commit is contained in:
parent
c319051cbc
commit
a81d4cf462
|
@ -119,6 +119,7 @@
|
|||
bookmarks = builtins.fromJSON (builtins.readFile ./bookmarks.json);
|
||||
settings = {
|
||||
"app.shield.optoutstudies.enabled" = false;
|
||||
"browser.startup.homepage" = lib.mkDefault "about:home";
|
||||
"browser.tabs.inTitlebar" = 0;
|
||||
"browser.bookmarks.addedImportButton" = false;
|
||||
"browser.bookmarks.showMobileBookmarks" = false;
|
||||
|
|
Loading…
Reference in a new issue