bitwarden-desktop: add URL scheme (#351047)

This commit is contained in:
Artturin
2024-10-25 07:14:09 +03:00
committed by GitHub

View File

@@ -189,6 +189,7 @@ in buildNpmPackage rec {
comment = description; comment = description;
desktopName = "Bitwarden"; desktopName = "Bitwarden";
categories = [ "Utility" ]; categories = [ "Utility" ];
mimeTypes = [ "x-scheme-handler/bitwarden" ];
}) })
]; ];