Trim firefox managed bookmarks a bit

This commit is contained in:
Evie Litherland-Smith 2023-12-05 13:29:24 +00:00
parent 740325f707
commit aa25fcae84

View file

@ -100,65 +100,51 @@
name = "Grafana Dashboard"; name = "Grafana Dashboard";
url = "https://grafana.xenia.me.uk"; 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 = [ 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"; name = "NixOS and Flakes";
url = "https://nixos-and-flakes.thiscute.world/"; url = "https://nixos-and-flakes.thiscute.world/";
} }
{
name = "Nerd Fonts Cheat Sheet";
url = "https://www.nerdfonts.com/cheat-sheet";
}
{ {
name = "Stylix Docs"; name = "Stylix Docs";
url = "https://danth.github.io/stylix/"; 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"; name = "Mozilla Policy Templates";
url = "https://mozilla.github.io/policy-templates/"; url = "https://mozilla.github.io/policy-templates/";
} }
{ {
name = "Awesome Repos"; name = "Chrome Enterprise Policy List";
children = [ url = "https://chromeenterprise.google/policies/";
{ }
name = "Emacs"; ];
url = "https://github.com/emacs-tw/awesome-emacs"; }
} {
{ name = "Awesome Repos";
name = "Hyprland"; children = [
url = {
"https://github.com/hyprland-community/awesome-hyprland"; name = "Emacs";
} url = "https://github.com/emacs-tw/awesome-emacs";
{ }
name = "Gitea"; {
url = "https://gitea.com/gitea/awesome-gitea"; name = "Hyprland";
} url = "https://github.com/hyprland-community/awesome-hyprland";
]; }
{
name = "Gitea";
url = "https://gitea.com/gitea/awesome-gitea";
} }
]; ];
} }