From f1e9c76d02c522394908550865e20b0316798bbe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1s=20Rivera?= Date: Sat, 13 Jun 2026 09:41:05 +0200 Subject: [PATCH] librewolf: add temp-mail.org bookmark --- modules/applications/browser.nix | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/modules/applications/browser.nix b/modules/applications/browser.nix index 8cad7d4..e110a54 100644 --- a/modules/applications/browser.nix +++ b/modules/applications/browser.nix @@ -386,6 +386,12 @@ keyword = "nix reference manual"; url = "https://nix.dev/manual/nix/2.34/nix-2.34.html"; } + { + name = "Disposable temporary email"; + tags = ["privacy" "email" "temporary"]; + keyword = "disposable temporary email"; + url = "https://temp-mail.org"; + } ]; }; search = { @@ -622,6 +628,17 @@ # }; #}; }; + bookmarks = { + force = true; + settings = [ + { + name = "Disposable temporary email"; + tags = ["privacy" "email" "temporary"]; + keyword = "disposable temporary email"; + url = "https://temp-mail.org"; + } + ]; + }; search = { force = true; default = "quant";