mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-03-22 21:19:07 +01:00
firefox: Only show bookmarks toolbar on new tabs
This commit is contained in:
parent
590937185b
commit
571ec8ecb1
1 changed files with 0 additions and 1 deletions
|
|
@ -115,7 +115,6 @@ in
|
|||
"browser.uiCustomization.state" = uiState;
|
||||
"browser.startup.homepage" = lib.mkIf (cfg.homepage != null) cfg.homepage;
|
||||
"sidebar.position_start" = false;
|
||||
"browser.toolbars.bookmarks.visibility" = "always";
|
||||
"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