From ab7922aeabe03f76d9a018750b1d70efcdbef5da Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Wed, 24 Apr 2024 14:35:12 +0100 Subject: [PATCH] Stop building bookmarks HTML file for firefox --- system/firefox.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/system/firefox.nix b/system/firefox.nix index 34ccd3a4..670fb7d7 100644 --- a/system/firefox.nix +++ b/system/firefox.nix @@ -81,7 +81,6 @@ Homepage = { Locked = true; StartPage = "homepage-locked"; - URL = "file://${(pkgs.callPackage ./bookmarks/default.nix {})}/bookmarks.html"; }; NewTabPage = true; NoDefaultBookmarks = true;