From a04f9ec387b5fa76751e65481ade15aca80bea25 Mon Sep 17 00:00:00 2001 From: Sako <78461130+Sakooooo@users.noreply.github.com> Date: Fri, 14 Jun 2024 14:46:59 +0400 Subject: [PATCH 1/2] Update default.nix --- default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/default.nix b/default.nix index 069b7f53..b25a26de 100644 --- a/default.nix +++ b/default.nix @@ -124,7 +124,7 @@ # litearlly! ! ! ! ! ! programs.gnupg.agent = { enable = true; - pinentryFlavor = "gtk2"; + pinentryPackage = "gtk2"; # enableSSHSupport = true; }; From c23af49152000dd9cec8bcbd183bd5557dd3da39 Mon Sep 17 00:00:00 2001 From: Sako <78461130+Sakooooo@users.noreply.github.com> Date: Fri, 14 Jun 2024 14:48:25 +0400 Subject: [PATCH 2/2] oh my GOD GO AWAY --- hosts/sakowsl/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/sakowsl/configuration.nix b/hosts/sakowsl/configuration.nix index 6ecca238..410dcde6 100644 --- a/hosts/sakowsl/configuration.nix +++ b/hosts/sakowsl/configuration.nix @@ -94,7 +94,7 @@ programs.gnupg.agent = { enable = true; - pinentryFlavor = null; + pinentryPackage = null; settings = { pinentry-program = "/mnt/c/Program Files (x86)/Gpg4win/bin/pinentry.exe"; };