add gnupg integration with mailvelope
This commit is contained in:
parent
fc2563a58d
commit
906ebc9e89
@ -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" ];
|
||||
|
Loading…
x
Reference in New Issue
Block a user