mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-03-22 17:49:07 +01:00
firefox: Never show bookmarks toolbar
This commit is contained in:
parent
e2d3813380
commit
e2173bd8bc
1 changed files with 1 additions and 0 deletions
|
|
@ -117,6 +117,7 @@ in
|
|||
"browser.uiCustomization.state" = uiState;
|
||||
"browser.startup.homepage" = lib.mkIf (cfg.homepage != null) cfg.homepage;
|
||||
"sidebar.position_start" = false;
|
||||
"browser.toolbars.bookmarks.visibility" = "never";
|
||||
"browser.bookmarks.restore_default_bookmarks" = false;
|
||||
"browser.bookmarks.file" = "";
|
||||
"media.videocontrols.picture-in-picture.video-toggle.enabled" = false;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue