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 = [ {