From 073aba7ebe1a0e1827898759ab0657f56c4c5b59 Mon Sep 17 00:00:00 2001 From: Doloro1978 Date: Wed, 22 Oct 2025 21:43:03 +0000 Subject: [PATCH] qol(doloro@hosts): added pinentry-qt --- nix/hosts/doloro-wsl/home.nix | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/nix/hosts/doloro-wsl/home.nix b/nix/hosts/doloro-wsl/home.nix index f76bb11..1cd2e4e 100644 --- a/nix/hosts/doloro-wsl/home.nix +++ b/nix/hosts/doloro-wsl/home.nix @@ -45,6 +45,13 @@ # release notes. home.stateVersion = "25.05"; # Please read the comment before changing. + services.gpg-agent = { + enable = true; + pinentry = { + package = pkgs.pinentry-qt; + program = "pinentry-qt"; + }; + }; # The home.packages option allows you to install Nix packages into your # environment. home.packages = with pkgs; [