9 lines
135 B
Nix
9 lines
135 B
Nix
_: {
|
|
services = {
|
|
gpg-agent = {
|
|
enable = true;
|
|
enableScDaemon = true;
|
|
pinentryFlavor = "gnome3";
|
|
};
|
|
};
|
|
}
|