8 lines
No EOL
164 B
Nix
8 lines
No EOL
164 B
Nix
{pkgs, cfg, ... }: {
|
|
programs.gnupg.agent = {
|
|
enable = true;
|
|
enableSSHSupport = true;
|
|
enableBrowserSocket = true;
|
|
pinEntryFlavor = "emacs";
|
|
};
|
|
} |