feat(ada): pcscd init

Signed-off-by: s0me1newithhand7s <git+me@hand7s.org>
This commit is contained in:
s0me1newithhand7s 2026-05-29 00:08:51 +03:00
parent 9088c730ce
commit c3a533b943

7
ada/services/pcscd.nix Normal file
View file

@ -0,0 +1,7 @@
_: {
services = {
pcscd = {
enable = true;
};
};
}