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