From 854d3175e85d185ca58d0eb07a555de3f5e798fb Mon Sep 17 00:00:00 2001 From: twoneis Date: Sun, 23 Mar 2025 22:17:55 +0100 Subject: [PATCH] firefox: change bookmarks to new submodule style --- modules/apps/firefox.conf.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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;