From 35e0d8da5629caebcd8b103900705f15412b84cf Mon Sep 17 00:00:00 2001 From: nyanloutre Date: Sun, 21 Apr 2019 11:04:42 +0200 Subject: [PATCH] riot: dimension t2bot --- overlays/riot-web.nix | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/overlays/riot-web.nix b/overlays/riot-web.nix index 74539b126..c92dfa5e4 100644 --- a/overlays/riot-web.nix +++ b/overlays/riot-web.nix @@ -6,7 +6,11 @@ self: super: "default_hs_url": "https://matrix.nyanlout.re", "default_is_url": "https://vector.im", "brand": "Nyanloutre", - "default_theme": "dark" + "default_theme": "dark", + "integrations_ui_url": "https://dimension.t2bot.io/riot", + "integrations_rest_url": "https://dimension.t2bot.io/api/v1/scalar", + "integrations_widgets_urls": ["https://dimension.t2bot.io/widgets"], + "integrations_jitsi_widget_url": "https://dimension.t2bot.io/widgets/jitsi" } ''; };