Chromium: disable bookmark bar and home page button

This commit is contained in:
Evie Litherland-Smith 2023-11-23 06:05:37 +00:00
parent 5b306c8b32
commit ac0f8ac66d

View file

@ -7,10 +7,8 @@
defaultSearchProviderEnabled = true;
defaultSearchProviderSearchURL = "https://duckduckgo.com/?q={searchTerms}";
defaultSearchProviderSuggestURL = defaultSearchProviderSearchURL;
homepageLocation = lib.mkDefault "https://nixos.org";
extensions = [
"cjpalhdlnbpafiamejdnhcphjbkeiagm" # ublock origin
"gcbommkclmclpchllfjekcdonpmejbdp" # https everywhere
];
extraOpts = {
"BrowserSignin" = 0;
@ -24,8 +22,8 @@
"AllowSystemNotifications" = true;
"AutoFillEnabled" = false;
"BrowserLabsEnabled" = false;
"BookmarkBarEnabled" = true;
"ShowHomeButton" = true;
"BookmarkBarEnabled" = false;
"ShowHomeButton" = false;
"HomepageIsNewTabPage" = false;
};
};