Rearrange bookmarks

Remove pinned wikis, add awesome- bookmarks to own folder
This commit is contained in:
Evie Litherland-Smith 2023-10-27 05:55:55 +01:00
parent 78768e6dad
commit 13c44b60ac

View file

@ -73,9 +73,9 @@
StartPage = "homepage-locked"; StartPage = "homepage-locked";
}; };
ManagedBookmarks = [ ManagedBookmarks = [
{ toplevel_name = "Standard Bookmarks"; } { toplevel_name = "Managed Bookmarks"; }
{ {
name = "Pins"; name = "Pinned Tabs";
children = [ children = [
{ {
name = "ntfy.sh"; name = "ntfy.sh";
@ -94,14 +94,18 @@
{ {
name = "Server"; name = "Server";
children = [ children = [
{
name = "NextCloud";
url = "https://cloud.xenia.me.uk/";
}
{ {
name = "Gitea"; name = "Gitea";
url = "https://git.xenia.me.uk"; url = "https://git.xenia.me.uk";
} }
{
name = "NextCloud";
url = "https://cloud.xenia.me.uk";
}
{
name = "Syncthing";
url = "https://sync.xenia.me.uk";
}
{ {
name = "AdGuard Home"; name = "AdGuard Home";
url = "https://guard.xenia.me.uk"; url = "https://guard.xenia.me.uk";
@ -133,23 +137,6 @@
} }
]; ];
} }
{
name = "Wikis";
children = [
{
name = "NixOS Wiki";
url = "https://nixos.wiki/";
}
{
name = "Hyprland Wiki";
url = "https://wiki.hyprland.org/";
}
{
name = "Arch Wiki";
url = "https://wiki.archlinux.org/";
}
];
}
{ {
name = "Docs and Repos"; name = "Docs and Repos";
children = [ children = [
@ -161,14 +148,6 @@
name = "Crafted Emacs"; name = "Crafted Emacs";
url = "https://github.com/SystemCrafters/crafted-emacs"; url = "https://github.com/SystemCrafters/crafted-emacs";
} }
{
name = "Awesome Emacs";
url = "https://github.com/emacs-tw/awesome-emacs";
}
{
name = "Awesome Hyprland";
url = "https://github.com/hyprland-community/awesome-hyprland";
}
{ {
name = "NixOS and Flakes"; name = "NixOS and Flakes";
url = "https://nixos-and-flakes.thiscute.world/"; url = "https://nixos-and-flakes.thiscute.world/";
@ -186,8 +165,22 @@
url = "https://mozilla.github.io/policy-templates/"; url = "https://mozilla.github.io/policy-templates/";
} }
{ {
name = "AdGuard Home Docs"; name = "Awesome Repos";
url = "https://github.com/AdguardTeam/AdGuardHome/wiki"; 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";
}
];
} }
]; ];
} }