nix-dotfiles/hosts/xps16/services/fprintd.nix

5 lines
47 B
Nix
Raw Normal View History

2024-12-08 18:29:37 +01:00
{ ... }:
{
services.fprintd.enable = true;
}