7 lines
141 B
Nix
7 lines
141 B
Nix
{pkgs, ...}: {
|
|
programs.gnupg.agent = {
|
|
enable = true;
|
|
enableSSHSupport = true;
|
|
pinentryPackage = pkgs.pinentry-gnome3;
|
|
};
|
|
}
|