Trim firefox managed bookmarks a bit
This commit is contained in:
parent
740325f707
commit
aa25fcae84
|
@ -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";
|
||||
}
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue