reNixos/ada/services/pcscd.nix
s0me1newithhand7s c3a533b943 feat(ada): pcscd init
Signed-off-by: s0me1newithhand7s <git+me@hand7s.org>
2026-05-29 00:08:51 +03:00

7 lines
69 B
Nix

_: {
services = {
pcscd = {
enable = true;
};
};
}