Skip to content

Commit

Permalink
Add fingerprint support for Lenovo Legion 16ARHA7
Browse files Browse the repository at this point in the history
  • Loading branch information
8bitbuddhist authored and mergify[bot] committed May 5, 2024
1 parent d623635 commit 753176b
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions lenovo/legion/16arha7/default.nix
Expand Up @@ -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;
};
};
}

0 comments on commit 753176b

Please sign in to comment.