Add fprintd for fingerprints.

This commit is contained in:
jay
2025-07-02 16:16:24 -04:00
parent fa00f3b545
commit 6f72897fb0
2 changed files with 5 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
{ pkgs, ...}: {
services.fprintd.enable = true;
services.fprintd.tod.enable = true;
}