9 lines
76 B
Nix
9 lines
76 B
Nix
{
|
|
pkgs,
|
|
lib,
|
|
...
|
|
}: {
|
|
services.fprintd = {
|
|
enable = true;
|
|
};
|
|
}
|