Skip to content

Commit 6c97863

Browse files
committed
Enable fprintd by default for XPS 9350 (Lunar Lake)
Can be overridden, but we should default users using this repo for the best hardware support to having the fingerprint reader enabled.
1 parent 72674a6 commit 6c97863

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

dell/xps/13-9350/default.nix

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,11 @@
1010
# The touchpad uses I²C, so PS/2 is unnecessary
1111
boot.blacklistedKernelModules = [ "psmouse" ];
1212

13+
# Enable fingerprint sensor located on the power button.
14+
# Works out of the box with fprintd and no additional packages/drivers.
15+
# Configure for the current user via `fprintd-enroll`.
16+
services.fprintd.enable = lib.mkDefault true;
17+
1318
# Recommended in NixOS/nixos-hardware#127
1419
services.thermald.enable = lib.mkDefault true;
1520
}

0 commit comments

Comments
 (0)