element-web: passthru conf to allow extending it via modules without discarding already set config (#355225)

authored by

Sandro and committed by
GitHub
906f3ffa acbab2f0

+4
+4
pkgs/applications/networking/instant-messengers/element/element-web-wrapper.nix
··· 23 24 runHook postInstall 25 ''; 26 }
··· 23 24 runHook postInstall 25 ''; 26 + 27 + passthru = { 28 + inherit conf; 29 + }; 30 }