diff --git a/hosts/sakowsl/configuration.nix b/hosts/sakowsl/configuration.nix index 1823f891..54ea42aa 100644 --- a/hosts/sakowsl/configuration.nix +++ b/hosts/sakowsl/configuration.nix @@ -64,7 +64,10 @@ }; programs.gnupg.agent = { enable = true; - pinentryFlavor = "gnome3"; + pinentryFlavor = null; + settings = { + pinentry-program = "/mnt/c/Program Files (x86)/Gpg4win/bin/pinentry.exe"; + }; }; # bare minimum environment.systemPackages = with pkgs; [