1
1
Fork 1
mirror of https://github.com/oddlama/nix-config.git synced 2025-10-11 07:10:39 +02:00

fix: use qt pinentry to ditch gtk2

This commit is contained in:
oddlama 2023-10-06 01:14:27 +02:00
parent d8aae79086
commit 75d2dc2b66
No known key found for this signature in database
GPG key ID: 14EFE510775FE39A

View file

@ -58,5 +58,6 @@
services.gpg-agent = { services.gpg-agent = {
enable = true; enable = true;
enableSshSupport = true; enableSshSupport = true;
pinentryFlavor = "qt";
}; };
} }