fix(gnupg): fix typo and add pinentry-ncurses

This commit is contained in:
2025-12-28 19:58:22 +01:00
parent 0fccd2d54b
commit 0509b11c00
2 changed files with 7 additions and 2 deletions

View File

@@ -2,8 +2,14 @@
{ {
# enable gnupg agent # enable gnupg agent
services.gnupg.agent = { programs.gnupg.agent = {
enable = true; enable = true;
enableSSHSupport = true; enableSSHSupport = true;
pinentryPackage = pkgs.pinentry-curses;
}; };
environment.systemPackages = with pkgs; [
gnupg
pinentry-curses
];
} }

View File

@@ -11,7 +11,6 @@
file file
ghostty ghostty
git git
gnupg
imagemagick imagemagick
imv imv
iperf3 iperf3