From bd2287eebb81c4babc78ab9f0cbeaba1eb41cff3 Mon Sep 17 00:00:00 2001 From: Sakooooo <78461130+Sakooooo@users.noreply.github.com> Date: Sun, 20 Aug 2023 10:13:02 +0000 Subject: [PATCH] gnu --- hosts/sakowsl/configuration.nix | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/hosts/sakowsl/configuration.nix b/hosts/sakowsl/configuration.nix index 84ea0d0f..486e2a63 100644 --- a/hosts/sakowsl/configuration.nix +++ b/hosts/sakowsl/configuration.nix @@ -55,10 +55,7 @@ }; services.gpg-agent = { enable = true; - pinentryFlavor = null; - extraConfig = '' - pinentry-program "/mnt/c/Program Files (x86)/Gpg4win/bin/pinentry.exe" - ''; + pinentryFlavor = "tty"; }; }; @@ -92,6 +89,7 @@ }; cc.enable = true; nil.enable = true; + lua.enable = true; python.enable = true; rust.enable = true; javascript.enable = true;