global/gpg: install gpgme

This is needed for Thunderbird to use external GPG keys
This commit is contained in:
Infinidoge 2024-01-26 00:45:33 -05:00
parent 416233a03b
commit 07c2a4ac49
Signed by: Infinidoge
SSH key fingerprint: SHA256:oAMyvotlNFraMmZmr+p6AxnNfW/GioTs1pOn3V4tQ7A

View file

@ -29,4 +29,8 @@
allow-loopback-pinentry
'';
};
home.packages = with pkgs; [
gpgme
];
}