fix(nix): remove scdaemonSettings for gpg
Some checks failed
Check Formatting of Files / Check-Formatting (push) Failing after 48s

This ensures gpg agent works correctly
This commit is contained in:
Price Hiller 2024-04-15 06:30:52 -05:00
parent 727ef4df67
commit 8d2bc96236
Signed by: Price
GPG Key ID: C3FADDE7A8534BEB

View File

@ -211,13 +211,7 @@ in {
programs = {
wofi.enable = true;
gpg = {
enable = true;
scdaemonSettings = {
pcsc-driver = "/usr/lib/libpcsclite.so";
disable-ccid = true;
};
};
gpg.enable = true;
firefox = {
enable = true;
package = pkgs.firefox-devedition;