7 lines
99 B
Nix
7 lines
99 B
Nix
{...}: {
|
|
config = {
|
|
programs.gpg.enable = true;
|
|
services.gpg-agent.enable = true;
|
|
};
|
|
}
|