From 21dcb5b50c904ce278cd5ba5d038a2317bd13a36 Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Thu, 26 Oct 2023 07:00:51 +0100 Subject: [PATCH] Update firefox managed bookmarks --- system/firefox.nix | 81 +++++++++++++++++++++++++--------------------- 1 file changed, 45 insertions(+), 36 deletions(-) diff --git a/system/firefox.nix b/system/firefox.nix index 6a05a620..c011861e 100644 --- a/system/firefox.nix +++ b/system/firefox.nix @@ -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;