7 lines
119 B
Nix
7 lines
119 B
Nix
_: {
|
|
programs.gnupg.agent = {
|
|
enable = true;
|
|
enableExtraSocket = true;
|
|
pinentryFlavor = "gnome3";
|
|
};
|
|
}
|