summaryrefslogtreecommitdiffstats
path: root/makefu/2configs/hw/fingerprint-reader.nix
blob: 1f2f00b036019354021b905a7ed3e603a285efe4 (plain)
1
2
3
4
5
6
_: {
  # add fingerprint with fprintd-enroll
  services.fprintd.enable = true;
  security.pam.services.login.fprintAuth = true;
  security.pam.services.xscreensaver.fprintAuth = true;
}