From 71ee617ed312fd67f87b42eab4ea1149a25b6e33 Mon Sep 17 00:00:00 2001 From: Nick Date: Sat, 14 Dec 2024 00:53:44 -0600 Subject: [PATCH] feat: added bookmark --- .../modules/firefox/config/bookmarks/config/development.nix | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/home/modules/firefox/config/bookmarks/config/development.nix b/home/modules/firefox/config/bookmarks/config/development.nix index 0b5f10e..9a1ed81 100755 --- a/home/modules/firefox/config/bookmarks/config/development.nix +++ b/home/modules/firefox/config/bookmarks/config/development.nix @@ -59,5 +59,11 @@ in { tags = ["hackage" "hack" "haskell"]; keyword = "Hack"; } + { + name = "Discord-Haskell"; + url = "https://hackage.haskell.org/package/discord-haskell-1.17.1"; + tags = ["discord" "haskell"]; + keyword = "Dack"; + } ]; }