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";
};
ManagedBookmarks = [
{ toplevel_name = "Standard Bookmarks"; }
{ toplevel_name = "Managed Bookmarks"; }
{
name = "Pins";
name = "Pinned Tabs";
children = [
{
name = "ntfy.sh";
@ -94,14 +94,18 @@
{
name = "Server";
children = [
{
name = "NextCloud";
url = "https://cloud.xenia.me.uk/";
}
{
name = "Gitea";
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";
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";
children = [
@ -161,14 +148,6 @@
name = "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";
url = "https://nixos-and-flakes.thiscute.world/";
@ -186,8 +165,22 @@
url = "https://mozilla.github.io/policy-templates/";
}
{
name = "AdGuard Home Docs";
url = "https://github.com/AdguardTeam/AdGuardHome/wiki";
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";
}
];
}
];
}