3 lines
98 B
Nix
3 lines
98 B
Nix
{ lib, pkgs, ... }: {
|
|
services.gpg-agent.pinentry.package = lib.mkForce pkgs.pinentry-curses;
|
|
}
|