1
0
Fork 0
NixOS/hosts/greatyamada/home-manager/development.nix

3 lines
98 B
Nix

{ lib, pkgs, ... }: {
services.gpg-agent.pinentry.package = lib.mkForce pkgs.pinentry-curses;
}