From d348200934cb6934c9e9ad94392d5476334af76c Mon Sep 17 00:00:00 2001 From: Yan Lin Date: Sun, 5 Oct 2025 18:12:10 +0200 Subject: [PATCH] Add discord to firefox bookmark --- config/firefox/bookmarks.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/config/firefox/bookmarks.nix b/config/firefox/bookmarks.nix index fed302d..52d0c54 100644 --- a/config/firefox/bookmarks.nix +++ b/config/firefox/bookmarks.nix @@ -56,6 +56,10 @@ name = "Messager"; url = "https://www.facebook.com/messages/"; } + { + name = "Discord"; + url = "https://discord.com/channels/@me"; + } ]; } {