nixos: add smartcard support

This commit is contained in:
genofire 2021-10-09 01:09:39 +02:00
parent 16b82529c4
commit e5815d8c84
1 changed files with 4 additions and 0 deletions

View File

@ -22,4 +22,8 @@
hardware.opengl.enable = true;
# gtk config
programs.dconf.enable = true;
# smartcard
services.pcscd.enable = true;
}