bicep/matrix: update element lab flags and room directoriy listings
Eval nix flake / evals (push) Failing after 1m44s
Details
Eval nix flake / evals (push) Failing after 1m44s
Details
This commit is contained in:
parent
545583cf04
commit
9f46be1ca1
|
@ -24,21 +24,24 @@ in {
|
||||||
features = {
|
features = {
|
||||||
feature_latex_maths = true;
|
feature_latex_maths = true;
|
||||||
feature_pinning = true;
|
feature_pinning = true;
|
||||||
|
feature_render_reaction_images = true;
|
||||||
feature_state_counters = true;
|
feature_state_counters = true;
|
||||||
feature_custom_status = false;
|
# element call group calls
|
||||||
|
feature_group_calls = true;
|
||||||
};
|
};
|
||||||
default_theme = "dark";
|
default_theme = "dark";
|
||||||
room_directory.servers = [
|
room_directory.servers = [
|
||||||
"pvv.ntnu.no"
|
"pvv.ntnu.no"
|
||||||
|
"matrixrooms.info"
|
||||||
"matrix.omegav.no"
|
"matrix.omegav.no"
|
||||||
"matrix.org"
|
"matrix.org"
|
||||||
"libera.chat"
|
|
||||||
"gitter.im"
|
"gitter.im"
|
||||||
"mozilla.org"
|
"mozilla.org"
|
||||||
"kde.org"
|
"kde.org"
|
||||||
"t2bot.io"
|
"t2bot.io"
|
||||||
"fosdem.org"
|
"fosdem.org"
|
||||||
"dodsorf.as"
|
"dodsorf.as"
|
||||||
|
"nani.wtf"
|
||||||
];
|
];
|
||||||
enable_presence_by_hs_url = {
|
enable_presence_by_hs_url = {
|
||||||
"https://matrix.org" = false;
|
"https://matrix.org" = false;
|
||||||
|
|
Loading…
Reference in New Issue