From aa25fcae84eb819c2fb5a22314d25b782eb32167 Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Tue, 5 Dec 2023 13:29:24 +0000 Subject: [PATCH] Trim firefox managed bookmarks a bit --- system/firefox.nix | 70 +++++++++++++++++++--------------------------- 1 file changed, 28 insertions(+), 42 deletions(-) diff --git a/system/firefox.nix b/system/firefox.nix index 2a249fc8..5094ae05 100644 --- a/system/firefox.nix +++ b/system/firefox.nix @@ -100,65 +100,51 @@ name = "Grafana Dashboard"; url = "https://grafana.xenia.me.uk"; } - { - name = "ntfy.sh topics"; - children = [ - { - 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"; - } - ]; - } ]; } { - name = "Docs and Repos"; + name = "Documentation"; children = [ - { - name = "Config"; - url = "https://git.xenia.me.uk/xenia/nixos"; - } - { - name = "Crafted Emacs"; - url = "https://github.com/SystemCrafters/crafted-emacs"; - } { name = "NixOS and Flakes"; url = "https://nixos-and-flakes.thiscute.world/"; } - { - name = "Nerd Fonts Cheat Sheet"; - url = "https://www.nerdfonts.com/cheat-sheet"; - } { name = "Stylix Docs"; url = "https://danth.github.io/stylix/"; } + { + name = "The Rust Book"; + url = "https://doc.rust-lang.org/stable/book/"; + } + { + name = "Rust by Example"; + url = "https://doc.rust-lang.org/stable/rust-by-example/"; + } { name = "Mozilla Policy Templates"; url = "https://mozilla.github.io/policy-templates/"; } { - name = "Awesome Repos"; - children = [ - { - name = "Emacs"; - url = "https://github.com/emacs-tw/awesome-emacs"; - } - { - name = "Hyprland"; - url = - "https://github.com/hyprland-community/awesome-hyprland"; - } - { - name = "Gitea"; - url = "https://gitea.com/gitea/awesome-gitea"; - } - ]; + name = "Chrome Enterprise Policy List"; + url = "https://chromeenterprise.google/policies/"; + } + ]; + } + { + name = "Awesome Repos"; + children = [ + { + name = "Emacs"; + url = "https://github.com/emacs-tw/awesome-emacs"; + } + { + name = "Hyprland"; + url = "https://github.com/hyprland-community/awesome-hyprland"; + } + { + name = "Gitea"; + url = "https://gitea.com/gitea/awesome-gitea"; } ]; }