summaryrefslogtreecommitdiff
path: root/flora
diff options
context:
space:
mode:
authorstuebinm2024-03-28 21:32:42 +0100
committerstuebinm2024-03-28 21:32:42 +0100
commit129d3f677d1eba72eced78cd21cdaa9485a7a928 (patch)
treed44c34e8ab1844289143d0d39a64766ab1690210 /flora
parentcea96f49fa71e9eaced1fe59fe8c9ab5392c2f6d (diff)
flora: schildichat-web → element-web
since schildichat-web has essentially been unmaintained for a while now, i guess i don't really have any choice here. I've tried to at least hack a little css into my element so it won't bother me too much (mostly making UI elements smaller & changing some colours). However, it turns out they do UI calculations in javascript which just make hard assumptions over values set in the css, and so far I've not succeeded in fixing these. Das ist doch wirklich alles Unsinn in diesem Ökosystem …
Diffstat (limited to 'flora')
-rw-r--r--flora/services/element.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/flora/services/element.nix b/flora/services/element.nix
index 66c6c4c..d0621fa 100644
--- a/flora/services/element.nix
+++ b/flora/services/element.nix
@@ -10,7 +10,7 @@ in
"chat.stuebinm.eu"
];
- root = pkgs.schildichat-web.override {
+ root = pkgs.element-web.override {
conf = {
default_server_config = null;
default_server_name = "raccoon.college";