Add gnupg
This commit is contained in:
parent
c6bbf0af16
commit
54cdd685a1
2 changed files with 5 additions and 0 deletions
4
gnupg.nix
Normal file
4
gnupg.nix
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
{pkgs, ...}: {
|
||||
programs.gnupg.agent.enable = true;
|
||||
programs.gnupg.agent.pinentryPackage = pkgs.pinentry-curses;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue