Update firefox managed bookmarks

This commit is contained in:
Evie Litherland-Smith 2023-10-26 07:00:51 +01:00
parent a50c132f63
commit 21dcb5b50c

View file

@ -75,16 +75,17 @@
ManagedBookmarks = [
{ toplevel_name = "Standard Bookmarks"; }
{
name = "Config Repo";
url = "https://git.xenia.me.uk/xenia/nixos";
}
{
name = "WhatsApp Web";
url = "https://web.whatsapp.com/";
}
{
name = "Discord";
url = "https://discord.com/app";
name = "Pins";
children = [
{
name = "WhatsApp Web";
url = "https://web.whatsapp.com/";
}
{
name = "Discord";
url = "https://discord.com/app";
}
];
}
{
name = "Server";
@ -97,22 +98,35 @@
name = "Gitea";
url = "https://git.xenia.me.uk";
}
{
name = "Grafana Dashboard";
url = "https://status.xenia.me.uk";
}
{
name = "ntfy.sh";
url = "https://ntfy.xenia.me.uk";
}
{
name = "AdGuard Home";
url = "https://guard.xenia.me.uk";
}
{
name = "Grafana Dashboard";
url = "https://status.xenia.me.uk";
}
{
name = "Traefik";
url = "https://traefik.xenia.me.uk";
}
{
name = "ntfy.sh topics";
children = [
{
name = "Emacs";
url = "https://ntfy.xenia.me.uk/UhrNGphnSKCpCnk8";
}
{
name = "JET Pulse Notifications";
url = "https://ntfy.xenia.me.uk/jet_pulse_notifications";
}
{
name = "MAST-U Pulse Notifications";
url = "https://ntfy.xenia.me.uk/mast_u_pulse_notifications";
}
];
}
];
}
{
@ -133,16 +147,24 @@
];
}
{
name = "Docs";
name = "Docs and Repos";
children = [
{
name = "Config";
url = "https://git.xenia.me.uk/xenia/nixos";
}
{
name = "Crafted Emacs";
url = "https://github.com/SystemCrafters/crafted-emacs";
}
{
name = "Awesome Hyprland";
url = "https://github.com/hyprland-community/awesome-hyprland";
}
{
name = "NixOS and Flakes";
url = "https://nixos-and-flakes.thiscute.world/";
}
{
name = "Crafted Emacs Repo";
url = "https://github.com/SystemCrafters/crafted-emacs";
}
{
name = "Nerd Fonts Cheat Sheet";
url = "https://www.nerdfonts.com/cheat-sheet";
@ -161,19 +183,6 @@
}
];
}
{
name = "Dev";
children = [
{
name = "GitHub";
url = "https://github.com";
}
{
name = "GitLab";
url = "https://gitlab.com";
}
];
}
];
NoDefaultBookmarks = true;
OfferToSaveLogins = false;