From e75195bb768aeb7b0dabdc57af83f6dd61d405b0 Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Mon, 4 Sep 2023 09:52:55 +0100 Subject: [PATCH] Add whatsapp web to firefox bookmarks --- home/firefox/default.nix | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/home/firefox/default.nix b/home/firefox/default.nix index 3991b61f..814b5592 100644 --- a/home/firefox/default.nix +++ b/home/firefox/default.nix @@ -36,6 +36,10 @@ title = "Hyprland Wiki"; url = "https://wiki.hyprland.org"; } + { + title = "WhatsApp Web"; + url = "https://web.whatsapp.com"; + } ]; }; search = { @@ -147,6 +151,11 @@ tags = [ "git" "source" ]; url = "https://gitlab.com"; } + { + title = "WhatsApp Web"; + tags = [ "chat" "messaging" ]; + url = "https://web.whatsapp.com"; + } ]; }; };