fix the firefox bookmarks for the new update

This commit is contained in:
Lillian Violet 2025-03-28 14:32:10 +01:00
parent 53c2fd90ff
commit 480bdcdcc4

View file

@ -24,67 +24,70 @@
"toolkit.legacyUserProfileCustomizations.stylesheets" = true; "toolkit.legacyUserProfileCustomizations.stylesheets" = true;
"browser.newtabpage.activity-stream.improvesearch.topSiteSearchShortcuts.searchEngines" = "DuckDuckGo"; "browser.newtabpage.activity-stream.improvesearch.topSiteSearchShortcuts.searchEngines" = "DuckDuckGo";
}; };
bookmarks = [ bookmarks = {
{ force = true;
name = "DIY HRT"; settings = [
toolbar = false; {
bookmarks = [ name = "DIY HRT";
{ toolbar = false;
name = "estrogen production"; bookmarks = [
tags = ["chemistry" "oestrogen" "estrogen" "diy"]; {
url = "https://crimethinc.com/2022/12/15/producing-transdermal-estrogen-a-do-it-yourself-guide"; name = "estrogen production";
} tags = ["chemistry" "oestrogen" "estrogen" "diy"];
{ url = "https://crimethinc.com/2022/12/15/producing-transdermal-estrogen-a-do-it-yourself-guide";
name = "DIY HRT info"; }
tags = ["guides" "wiki" "information" "DIY" "HRT" "estrogen" "testosterone"]; {
url = "https://diyhrt.info/"; name = "DIY HRT info";
} tags = ["guides" "wiki" "information" "DIY" "HRT" "estrogen" "testosterone"];
]; url = "https://diyhrt.info/";
} }
{ ];
name = "repair resources"; }
toolbar = false; {
bookmarks = [ name = "repair resources";
{ toolbar = false;
name = "manuals library"; bookmarks = [
tags = ["repair" "manuals" "documentation"]; {
url = "https://manualslib.com/"; name = "manuals library";
} tags = ["repair" "manuals" "documentation"];
]; url = "https://manualslib.com/";
} }
{ ];
name = "Nix sites"; }
toolbar = false; {
bookmarks = [ name = "Nix sites";
{ toolbar = false;
name = "packages"; bookmarks = [
tags = ["packages" "basic" "nix"]; {
url = "https://search.nixos.org/"; name = "packages";
} tags = ["packages" "basic" "nix"];
{ url = "https://search.nixos.org/";
name = "settings"; }
tags = ["settings" "services" "packages" "nix"]; {
url = "https://mynixos.com"; name = "settings";
} tags = ["settings" "services" "packages" "nix"];
]; url = "https://mynixos.com";
} }
{ ];
name = "Games"; }
toolbar = false; {
bookmarks = [ name = "Games";
{ toolbar = false;
name = "PoE2 build sorceres"; bookmarks = [
tags = ["PoE" "PoE2" "path of exile" "path of exile 2" "games" "guides" "build" "sorcerer" "sorceres"]; {
url = "https://maxroll.gg/poe2/planner/caeye0hz"; name = "PoE2 build sorceres";
} tags = ["PoE" "PoE2" "path of exile" "path of exile 2" "games" "guides" "build" "sorcerer" "sorceres"];
{ url = "https://maxroll.gg/poe2/planner/caeye0hz";
name = "PoE2 build ranger"; }
tags = ["PoE" "PoE2" "path of exile" "path of exile 2" "games" "guides" "build" "bow" "ranger"]; {
url = "https://maxroll.gg/poe2/build-guides/deadeye-gas-arrow-leveling-guide"; name = "PoE2 build ranger";
} tags = ["PoE" "PoE2" "path of exile" "path of exile 2" "games" "guides" "build" "bow" "ranger"];
]; url = "https://maxroll.gg/poe2/build-guides/deadeye-gas-arrow-leveling-guide";
} }
]; ];
}
];
};
}; };
}; };
} }