add gnupg integration with mailvelope

This commit is contained in:
Dmitriy Kholkin 2022-12-07 22:18:00 +03:00
parent fc2563a58d
commit 906ebc9e89

View File

@ -30,6 +30,16 @@ in {
home-manager.users.alukard = {
home.packages = [ firefox-kpoxa ];
# Mailvelope GnuPG integration
home.file.".mozilla/native-messaging-hosts/gpgmejson.json".text = ''
{
"name": "gpgmejson",
"description": "JavaScript binding for GnuPG",
"path": "${pkgs.gpgme.dev}/bin/gpgme-json",
"type": "stdio",
"allowed_extensions": ["jid1-AQqSMBYb0a8ADg@jetpack"]
}
'';
# programs.browserpass = {
# enable = true;
# browsers = [ "firefox" ];