diff options
author | Nguyễn Gia Phong <cnx@loang.net> | 2023-09-06 14:23:21 +0900 |
---|---|---|
committer | Nguyễn Gia Phong <cnx@loang.net> | 2023-09-06 14:24:43 +0900 |
commit | 165dba5d3c0de2eb9c2b1398ec6f608a3871683f (patch) | |
tree | 9bfc140ba52eded122f20c04e3f75e006cdc07d8 | |
parent | fcaa10b93096f26d8e075329e5f06a617392e4aa (diff) | |
download | nixos-conf-165dba5d3c0de2eb9c2b1398ec6f608a3871683f.tar.gz |
Enable KaTeX support in Element
-rw-r--r-- | matrix.nix | 3 |
1 files changed, 2 insertions, 1 deletions
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" ]; }; }; |