Add gnupg

This commit is contained in:
Clayton Hickey 2025-11-16 10:46:52 -05:00
parent c6bbf0af16
commit 54cdd685a1
2 changed files with 5 additions and 0 deletions

4
gnupg.nix Normal file
View file

@ -0,0 +1,4 @@
{pkgs, ...}: {
programs.gnupg.agent.enable = true;
programs.gnupg.agent.pinentryPackage = pkgs.pinentry-curses;
}