From 61e7b33b97cdb3a7df84e039b37886febffab250 Mon Sep 17 00:00:00 2001 From: Alex Date: Sun, 28 Jul 2024 09:37:31 -0400 Subject: [PATCH] thelio76: ff change pinned shortcuts --- config/users/alex/default.nix | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/config/users/alex/default.nix b/config/users/alex/default.nix index c3eb970..271168f 100644 --- a/config/users/alex/default.nix +++ b/config/users/alex/default.nix @@ -74,11 +74,15 @@ "browser.newtabpage.activity-stream.discoverystream.sendToPocket.enabled" = false; "browser.newtabpage.activity-stream.feeds.section.topstories" = false; "browser.newtabpage.activity-stream.feeds.system.topstories" = false; - "browser.newtabpage.activity-stream.improvesearch.topSiteSearchShortcuts.havePinned" = ""; + "browser.newtabpage.activity-stream.improvesearch.topSiteSearchShortcuts.havePinned" = "duckduckgo"; "browser.newtabpage.activity-stream.section.highlights.includePocket" = false; "browser.newtabpage.activity-stream.showSponsoredTopSites" = false; "browser.newtabpage.activity-stream.system.showSponsored" = false; - "browser.newtabpage.pinned" = [ ]; + "browser.newtabpage.pinned" = [{ + url = "https://duckduckgo.com"; + label = "@duckduckgo"; + searchTopSite = true; + }]; "browser.urlbar.suggest.quicksuggest.sponsored" = false; "extensions.autoDisableScopes" = 0; };