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 = {
|
programs = {
|
||||||
wofi.enable = true;
|
wofi.enable = true;
|
||||||
gpg = {
|
gpg.enable = true;
|
||||||
enable = true;
|
|
||||||
scdaemonSettings = {
|
|
||||||
pcsc-driver = "/usr/lib/libpcsclite.so";
|
|
||||||
disable-ccid = true;
|
|
||||||
};
|
|
||||||
};
|
|
||||||
firefox = {
|
firefox = {
|
||||||
enable = true;
|
enable = true;
|
||||||
package = pkgs.firefox-devedition;
|
package = pkgs.firefox-devedition;
|
||||||
|
Loading…
Reference in New Issue
Block a user