Add fingerprint support for Lenovo Legion 16ARHA7

This commit is contained in:
Andre 2024-05-02 17:28:02 -04:00
parent 0d2d9f90cc
commit 1b37772c1d
1 changed files with 10 additions and 0 deletions

View File

@ -18,4 +18,14 @@ in
# √(2560² + 1600²) px / 16 in ≃ 189 dpi
services.xserver.dpi = 189;
# Enable fingerprint reader
services.fprintd = {
enable = true;
package = pkgs.fprintd-tod;
tod = {
enable = true;
driver = pkgs.libfprint-2-tod1-elan;
};
};
}