Fixed broken gnupg

This commit is contained in:
2026-01-25 08:36:43 +01:00
parent 06b1f04b49
commit 085befc202

View File

@@ -16,7 +16,6 @@
git
gitlab-ci-local
gnumake
gnupg
htop
inotify-tools
jq
@@ -108,6 +107,13 @@
programs.hyprland.enable = if currentSystemDe == "hyprland" then true else false;
services.pcscd.enable = true;
programs.gnupg.agent = {
enable = true;
pinentryPackage = pkgs.pinentry-tty;
enableSSHSupport = true;
};
programs.nh = {
enable = true;
};