thunderbird gpg agent

This commit is contained in:
Henri Dohmen 2025-05-31 12:16:39 +02:00
parent 36d5e995f2
commit 1f65e12585
6 changed files with 93 additions and 20 deletions

View file

@ -1,19 +1,19 @@
{ pkgs, ... }:
{
environment.systemPackages = with pkgs; [
signal-desktop
element-desktop
zulip
vesktop
wireguard-tools
bitwarden
calibre
element-desktop
kitty
nil
vlc
spotify
calibre
zotero
obsidian
signal-desktop
spotify
vesktop
vlc
wireguard-tools
zotero
zulip
];
virtualisation = {
@ -30,10 +30,7 @@
package = pkgs.thunderbird-latest;
profiles.default = {
isDefault = true;
settings = {
"mail.openpgp.allow_external_gnupg" = true;
"mail.openpgp.fetch_pubkeys_from_gnupg" = true;
};
withExternalGnupg = true;
};
};
};