From c09a6b20103f1cb9fb20164fdb923ae18b36711d Mon Sep 17 00:00:00 2001 From: Zhongheng Liu Date: Sat, 7 Dec 2024 00:42:38 +0200 Subject: [PATCH] feat: change pinentry package to gnome --- nixos/configuration.nix | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/nixos/configuration.nix b/nixos/configuration.nix index 49eac2b..e299e07 100644 --- a/nixos/configuration.nix +++ b/nixos/configuration.nix @@ -25,7 +25,6 @@ NVD_BACKEND = "direct"; # GTK_IM_MODULE = lib.mkForce ""; }; - services.pcscd.enable = true; services.keyd = { enable = true; keyboards = { @@ -43,7 +42,7 @@ }; programs.gnupg.agent = { enable = true; - pinentryPackage = pkgs.pinentry-gtk2; + pinentryPackage = pkgs.pinentry-gnome3; enableSSHSupport = true; }; programs.gamescope = { @@ -136,6 +135,8 @@ # theme = "${import ./sddm-theme.nix {inherit pkgs;}}"; #}; #automatic-timezoned.enable = true; + pcscd.enable = true; + openssh = { enable = true; settings = {