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