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"; + } ]; }