thunderbird stuff

This commit is contained in:
Henri Dohmen 2025-05-07 01:11:55 +02:00
parent 59a71b6e11
commit b91a821829
3 changed files with 36 additions and 39 deletions

View file

@ -1,7 +1,9 @@
{ ... }:
{ pkgs, ... }:
{
environment.systemPackages = with pkgs; [ seahorse ];
programs.gnupg.agent = {
enable = true;
enableSSHSupport = true;
pinentryPackage = pkgs.pinentry-gtk2;
};
}