firefox check-in

Signed-off-by: jolheiser <git@jolheiser.com>
main
jolheiser 2024-11-07 10:44:17 -06:00
parent 5facb097a5
commit 5dbfb366a2
No known key found for this signature in database
1 changed files with 19 additions and 4 deletions

View File

@ -61,11 +61,26 @@
"browser.newtabpage.activity-stream.feeds.section.topstories" = false; "browser.newtabpage.activity-stream.feeds.section.topstories" = false;
"browser.newtabpage.activity-stream.showSponsoredTopSites" = false; "browser.newtabpage.activity-stream.showSponsoredTopSites" = false;
"browser.newtabpage.pinned" = builtins.toJSON [ "browser.newtabpage.pinned" = builtins.toJSON [
{ url = "https://github.com/"; } {
{ url = "https://git.jojodev.com/"; } url = "https://github.com/";
{ url = "https://git.jolheiser.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 = [ bookmarks = [
{ {