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