From 165dba5d3c0de2eb9c2b1398ec6f608a3871683f Mon Sep 17 00:00:00 2001 From: Nguyễn Gia Phong Date: Wed, 6 Sep 2023 14:23:21 +0900 Subject: Enable KaTeX support in Element --- matrix.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'matrix.nix') diff --git a/matrix.nix b/matrix.nix index 55b32cd..bbc95d4 100644 --- a/matrix.nix +++ b/matrix.nix @@ -1,5 +1,5 @@ # Matrix client and server setup -# Copyright (C) 2022 Nguyễn Gia Phong +# Copyright (C) 2022-2023 Nguyễn Gia Phong # # This file is part of loang configuration. # @@ -110,6 +110,7 @@ in { conf = { default_server_config = client; default_theme = "dark"; + features.feature_latex_maths = true; room_directory.servers = [ "loang.net" ]; }; }; -- cgit 1.4.1