From 26dbee93070349951dbde22b1d466b314c9bf2a3 Mon Sep 17 00:00:00 2001 From: Sneexy Date: Sun, 21 Apr 2024 12:15:54 -0500 Subject: [PATCH] chore: notes for fingerprint --- machines/thunkpad/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/machines/thunkpad/default.nix b/machines/thunkpad/default.nix index db06a1e..6fc7a80 100644 --- a/machines/thunkpad/default.nix +++ b/machines/thunkpad/default.nix @@ -44,8 +44,8 @@ ]; }; - # enable the proper fingerprint drivers, ensuring the default fprintd - # package is disabled. + # TODO: refer to https://github.com/ahbnr/nixos-06cb-009a-fingerprint-sensor?tab=readme-ov-file#setup-based-on-fprintd-and-bingchs-driver + # and update this part accordingly to make it easy to follow and do services.fprintd.enable = false; services.open-fprintd.enable = true; services.python-validity.enable = true;