9 lines
151 B
Nix
9 lines
151 B
Nix
|
{
|
||
|
programs.gpg.enable = true;
|
||
|
services.gpg-agent = {
|
||
|
enable = true;
|
||
|
enableBashIntegration = true;
|
||
|
enableFishIntegration = true;
|
||
|
};
|
||
|
}
|