feat: add fprintd service
1 files changed, 5 insertions(+), 0 deletions(-) M hosts/laptop-phobos/default.nix
M hosts/laptop-phobos/default.nix => hosts/laptop-phobos/default.nix +5 -0
@@ 53,6 53,11 @@ }; }; + security.pam.services.login.fprintAuth = false; + security.pam.services.sddm.fprintAuth = false; + security.pam.services.sddm-greeter.fprintAuth = false; + services.fprintd.enable = true; + hardware = { # No xbacklight, this is the alterantive brillo.enable = true; };