Add fingerprint support for Lenovo Legion 16ARHA7

This commit is contained in:
Andre 2024-05-03 09:28:12 -04:00
parent 68d680c1b7
commit 659763f79b
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;
};
};
}