{ lib, pkgs, config, inputs, ... }: let inherit (lib) mkIf; in { config = mkIf config.fingerprint { services.fprintd = { enable = true; tod.enable = true; tod.driver = inputs.self.packages.${pkgs.system}.libfprint-2-tod1-vfs0090; }; }; }