From 5dbfb366a2488f3b16da678f25c971c084124b6b Mon Sep 17 00:00:00 2001 From: jolheiser Date: Thu, 7 Nov 2024 10:44:17 -0600 Subject: [PATCH] firefox check-in Signed-off-by: jolheiser --- apps/gui/firefox.nix | 23 +++++++++++++++++++---- 1 file changed, 19 insertions(+), 4 deletions(-) diff --git a/apps/gui/firefox.nix b/apps/gui/firefox.nix index 5a9e6db..7828ec9 100644 --- a/apps/gui/firefox.nix +++ b/apps/gui/firefox.nix @@ -61,11 +61,26 @@ "browser.newtabpage.activity-stream.feeds.section.topstories" = false; "browser.newtabpage.activity-stream.showSponsoredTopSites" = false; "browser.newtabpage.pinned" = builtins.toJSON [ - { url = "https://github.com/"; } - { url = "https://git.jojodev.com/"; } - { url = "https://git.jolheiser.com"; } + { + url = "https://github.com/"; + label = "github"; + } + { + url = "https://git.jojodev.com/"; + label = "jojodev"; + } + { + url = "https://git.jolheiser.com"; + label = "ugit"; + } ]; - "browser.fixup.domainwhitelist.go" = true; # golink + # tailscale apps + "browser.fixup.domainwhitelist.go" = true; + "browser.fixup.domainwhitelist.git" = true; + "browser.fixup.domainwhitelist.paste" = true; + "browser.fixup.domainwhitelist.radarr" = true; + "browser.fixup.domainwhitelist.sonarr" = true; + "browser.fixup.domainwhitelist.jellyfin" = true; }; bookmarks = [ {