2.home-manager/tests/modules/services/gpg-agent/default.nix
Austin Horstman e9c80e277b tests/gpg-agent: add pinentry-program test
Add test that the code works to generate the correct pinentry-program
configuration when supplying both options.
2025-04-29 20:36:45 -05:00

5 lines
167 B
Nix

{
gpg-agent-default-homedir = ./default-homedir.nix;
gpg-agent-override-homedir = ./override-homedir.nix;
gpg-agent-pinentry-program = ./pinentry-program.nix;
}