xps16/fprintd: init

This commit is contained in:
Oystein Kristoffer Tveit 2024-12-08 18:29:37 +01:00
parent 029196bc84
commit 0e81a9bc81
Signed by: oysteikt
GPG Key ID: 9F2F7D8250F35146
2 changed files with 5 additions and 0 deletions

View File

@ -5,6 +5,7 @@
./services/btrfs.nix
./services/docker.nix
./services/fprintd.nix
./services/keybase.nix
./services/libvirtd.nix
./services/logiops.nix

View File

@ -0,0 +1,4 @@
{ ... }:
{
services.fprintd.enable = true;
}