diff --git a/modules/apps/firefox.conf.nix b/modules/apps/firefox.conf.nix index 8ee3269..533148e 100644 --- a/modules/apps/firefox.conf.nix +++ b/modules/apps/firefox.conf.nix @@ -178,7 +178,10 @@ pkgs: { ]; }; - bookmarks = {}; + bookmarks = { + force = true; + settings = []; + }; settings = { "browser.aboutConfig.showWarning" = false;