bitwarden-desktop: add URL scheme

This commit is contained in:
gmvar
2024-10-24 15:04:24 -07:00
parent 7c3919bc73
commit 148d579567

View File

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