From 658237fd6902913df95a5136a50833a94589e12e Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Thu, 26 Oct 2023 12:47:59 +0100 Subject: [PATCH] Add ntfy to pinned tabs --- system/firefox.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/system/firefox.nix b/system/firefox.nix index c011861e..037bec63 100644 --- a/system/firefox.nix +++ b/system/firefox.nix @@ -77,6 +77,10 @@ { name = "Pins"; children = [ + { + name = "ntfy.sh"; + url = "https://ntfy.xenia.me.uk/"; + } { name = "WhatsApp Web"; url = "https://web.whatsapp.com/";