Unverified Commit 64b85b80 authored by teutat3s's avatar teutat3s
Browse files

element-web: add back conf override option

parent 8c4fbc5d
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -2290,6 +2290,10 @@ with pkgs;
  electronplayer = callPackage ../applications/video/electronplayer/electronplayer.nix { };
  element-web = callPackage ../by-name/el/element-web/package.nix {
    conf = config.element-web.conf or { };
  };
  elm-github-install = callPackage ../tools/package-management/elm-github-install { };
  espanso-wayland = espanso.override {