re-add gpg agent to programs
This commit is contained in:
parent
808a6c2482
commit
1363296a92
1 changed files with 6 additions and 0 deletions
|
@ -194,6 +194,12 @@ in {
|
||||||
enable = true;
|
enable = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
gnupg.agent = {
|
||||||
|
enable = true;
|
||||||
|
enableSSHSupport = true;
|
||||||
|
pinentryFlavor = "gnome3";
|
||||||
|
};
|
||||||
|
|
||||||
direnv.enable = true;
|
direnv.enable = true;
|
||||||
|
|
||||||
command-not-found.enable = false;
|
command-not-found.enable = false;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue