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 = [ ManagedBookmarks = [
{ toplevel_name = "Standard Bookmarks"; } { toplevel_name = "Standard Bookmarks"; }
{ {
name = "Config Repo"; name = "Pins";
url = "https://git.xenia.me.uk/xenia/nixos"; children = [
} {
{ name = "WhatsApp Web";
name = "WhatsApp Web"; url = "https://web.whatsapp.com/";
url = "https://web.whatsapp.com/"; }
} {
{ name = "Discord";
name = "Discord"; url = "https://discord.com/app";
url = "https://discord.com/app"; }
];
} }
{ {
name = "Server"; name = "Server";
@ -97,22 +98,35 @@
name = "Gitea"; name = "Gitea";
url = "https://git.xenia.me.uk"; 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"; name = "AdGuard Home";
url = "https://guard.xenia.me.uk"; url = "https://guard.xenia.me.uk";
} }
{
name = "Grafana Dashboard";
url = "https://status.xenia.me.uk";
}
{ {
name = "Traefik"; name = "Traefik";
url = "https://traefik.xenia.me.uk"; 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 = [ 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"; name = "NixOS and Flakes";
url = "https://nixos-and-flakes.thiscute.world/"; url = "https://nixos-and-flakes.thiscute.world/";
} }
{
name = "Crafted Emacs Repo";
url = "https://github.com/SystemCrafters/crafted-emacs";
}
{ {
name = "Nerd Fonts Cheat Sheet"; name = "Nerd Fonts Cheat Sheet";
url = "https://www.nerdfonts.com/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; NoDefaultBookmarks = true;
OfferToSaveLogins = false; OfferToSaveLogins = false;