Add bookmark to this config repo

This commit is contained in:
Evie Litherland-Smith 2023-10-02 14:09:33 +01:00
parent 6767a9aa3b
commit 5088141397

View file

@ -4,21 +4,26 @@
name = "Toolbar"; name = "Toolbar";
toolbar = true; toolbar = true;
bookmarks = [ bookmarks = [
{
name = "Config Repo";
tags = [ "nix" "git" "config" ];
url = "https://git.xenia.me.uk/xenia/nixos";
}
{ {
name = "NixOS Wiki"; name = "NixOS Wiki";
tags = [ "wiki" "nix" ]; tags = [ "wiki" "nix" ];
url = "https://nixos.wiki/"; url = "https://nixos.wiki/";
} }
{
name = "Arch Wiki";
tags = [ "wiki" "arch" ];
url = "https://wiki.archlinux.org/";
}
{ {
name = "Hyprland Wiki"; name = "Hyprland Wiki";
tags = [ "wiki" "hyprland" "wayland" "wlroots" ]; tags = [ "wiki" "hyprland" "wayland" "wlroots" ];
url = "https://wiki.hyprland.org/"; url = "https://wiki.hyprland.org/";
} }
{
name = "Arch Wiki";
tags = [ "wiki" "arch" ];
url = "https://wiki.archlinux.org/";
}
{ {
name = "Dev"; name = "Dev";
bookmarks = [ bookmarks = [