nix-config/modules/fingerprint.nix

9 lines
76 B
Nix

{
pkgs,
lib,
...
}: {
services.fprintd = {
enable = true;
};
}