Update dell/xps/13-9310/default.nix

This commit is contained in:
Sebastian Klähn 2023-12-29 19:59:57 +01:00 committed by mergify[bot]
parent 72fea2077c
commit 22ae59fec2
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@
boot.blacklistedKernelModules = [ "psmouse" ];
# enable finger print sensor.
# this has to be configured with `sudo fprintd-enroll septias`
# this has to be configured with `sudo fprintd-enroll <username>`.
services.fprintd.enable = true;
services.fprintd.tod.enable = true;
services.fprintd.tod.driver = pkgs.libfprint-2-tod1-goodix;