This commit is contained in:
Sakooooo 2023-08-20 10:13:02 +00:00
parent 50878844b2
commit bd2287eebb
Signed by: sako
GPG key ID: FE52FD65B76E4751

View file

@ -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;