From 28c950c987fbfe2317aef26cbfe10db99035dca9 Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Tue, 8 Aug 2023 09:04:19 +0100 Subject: [PATCH] Add hyprland wiki bookmark and pin --- home/firefox/default.nix | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/home/firefox/default.nix b/home/firefox/default.nix index 87b3fda9..7dd41694 100644 --- a/home/firefox/default.nix +++ b/home/firefox/default.nix @@ -29,7 +29,11 @@ } { title = "Arch Wiki"; - url = "https:wiki.archlinux.org"; + url = "https://wiki.archlinux.org"; + } + { + title = "Hyprland Wiki"; + url = "https://wiki.hyprland.org"; } ]; }; @@ -111,6 +115,11 @@ tags = [ "wiki" "arch" ]; url = "https://wiki.archlinux.org/"; } + { + name = "Hyprland Wiki"; + tags = [ "wiki" "hyprland" "wayland" "wlroots" ]; + url = "https://wiki.hyprland.org/"; + } { name = "Gitea"; tags = [ "git" "source" "xenia" ];