mirror of
https://github.com/nix-community/home-manager.git
synced 2025-12-02 23:21:02 +01:00
Add test that the code works to generate the correct pinentry-program configuration when supplying both options.
5 lines
167 B
Nix
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;
|
|
}
|