From 7867a7ba18a38a465afa5dd7a0037e6308ed49d0 Mon Sep 17 00:00:00 2001 From: Nick Date: Mon, 4 Nov 2024 01:43:05 -0600 Subject: [PATCH] feat: added blood services --- home-manager/modules/firefox/config/bookmarks.nix | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/home-manager/modules/firefox/config/bookmarks.nix b/home-manager/modules/firefox/config/bookmarks.nix index c5374a3..3fcedfb 100755 --- a/home-manager/modules/firefox/config/bookmarks.nix +++ b/home-manager/modules/firefox/config/bookmarks.nix @@ -487,6 +487,12 @@ in { tags = ["uncensored" "ai"]; keyword = "AI"; } + { + name = "Canadian Blood Services"; + url = "https://www.blood.ca/en"; + tags = ["canadian" "blood" "services" "give"]; + keyword = "Give"; + } { name = "Chmod Calculator"; url = "https://chmod-calculator.com/"; @@ -559,12 +565,6 @@ in { tags = ["proof" "tree" "logic" "academic"]; keyword = "Logic"; } - { - name = "PubMed"; - url = "https://pubmed.ncbi.nlm.nih.gov/"; - tags = ["pub" "pubmed" "science" "research" "academic"]; - keyword = "Pub"; - } { name = "RhymeZone"; url = "https://www.rhymezone.com/";