Files
.dotfiles/system/security/thinkpad.nix
T
2026-07-31 02:10:51 -06:00

10 lines
152 B
Nix

{ config, lib, pkgs, ... }:
{
services.fprintd = {
enable = true;
#tod.enable = true;
#tod.driver = pkgs.libfprint-2-tod1-goodix;
};
}