I’ve recently got a Dell Vostro 15 7510 and set it up with NixOS. It has a fingerprint reader which is working fine, except for one thing. I don’t have any options to manage it in Gnome. I can only enroll fingerprints with fprintd-enroll. This isn’t a huge issue, but I feel like I’m missing some functionality with other software. For, example, whenever I try to enable fingerprint authentication in Bitwarden, it simply doesn’t work.
I have the following enabled in my configuration.nix
services.fprintd.enable = true;
services.fprintd.tod.enable = true;
services.fprintd.tod.driver = pkgs.libfprint-2-tod1-goodix;
Any suggestions would be appreciated.
