element-desktop: add support for io.element.desktop scheme

This commit is contained in:
TomaSajt
2025-05-15 09:41:39 +02:00
parent 7c7a19cf42
commit 406fc8fb0a
+4 -1
View File
@@ -123,7 +123,10 @@ stdenv.mkDerivation (
"Chat"
];
startupWMClass = "Element";
mimeTypes = [ "x-scheme-handler/element" ];
mimeTypes = [
"x-scheme-handler/element"
"x-scheme-handler/io.element.desktop"
];
};
postFixup = lib.optionalString stdenv.hostPlatform.isDarwin ''