mirror of https://git.jolheiser.com/dotnix.git
parent
5facb097a5
commit
5dbfb366a2
|
@ -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 = [
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue