gnupg fix, add yubikey support

This commit is contained in:
k3t
2026-07-09 07:21:44 -06:00
parent 914055e584
commit b1a6653f94
3 changed files with 16 additions and 6 deletions
-2
View File
@@ -1,8 +1,6 @@
{ pkgs, lib, ... }:
{
# gnupg to fix conflict between kde
programs.gnupg.agent.pinentryPackage = pkgs.pinentry-gtk2;
# X11
services.xserver = {
enable = true;