Skip to content

Commit 6f82867

Browse files
authored
element-desktop: add support for io.element.desktop scheme (#407281)
2 parents 808925f + 406fc8f commit 6f82867

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

pkgs/by-name/el/element-desktop/package.nix

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,10 @@ stdenv.mkDerivation (
123123
"Chat"
124124
];
125125
startupWMClass = "Element";
126-
mimeTypes = [ "x-scheme-handler/element" ];
126+
mimeTypes = [
127+
"x-scheme-handler/element"
128+
"x-scheme-handler/io.element.desktop"
129+
];
127130
};
128131

129132
postFixup = lib.optionalString stdenv.hostPlatform.isDarwin ''

0 commit comments

Comments
 (0)