fix(nix): remove scdaemonSettings for gpg
Some checks failed
Check Formatting of Files / Check-Formatting (push) Failing after 48s
Some checks failed
Check Formatting of Files / Check-Formatting (push) Failing after 48s
This ensures gpg agent works correctly
This commit is contained in:
parent
727ef4df67
commit
8d2bc96236
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user