Files
nixverse/nodes/hosts/nixwork/services/fprintd.nix

4 lines
52 B
Nix

{ pkgs, ...}: {
services.fprintd.enable = true;
}