nix-config/modules/fingerprint.nix

10 lines
76 B
Nix
Raw Normal View History

2025-01-14 01:29:24 +01:00
{
pkgs,
lib,
...
}: {
services.fprintd = {
enable = true;
};
}