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,48 +100,37 @@
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 = "Chrome Enterprise Policy List";
url = "https://chromeenterprise.google/policies/";
}
];
}
{ {
name = "Awesome Repos"; name = "Awesome Repos";
children = [ children = [
@ -151,8 +140,7 @@
} }
{ {
name = "Hyprland"; name = "Hyprland";
url = url = "https://github.com/hyprland-community/awesome-hyprland";
"https://github.com/hyprland-community/awesome-hyprland";
} }
{ {
name = "Gitea"; name = "Gitea";
@ -161,8 +149,6 @@
]; ];
} }
]; ];
}
];
NoDefaultBookmarks = true; NoDefaultBookmarks = true;
OfferToSaveLogins = false; OfferToSaveLogins = false;
PasswordManagerEnabled = false; PasswordManagerEnabled = false;