Sddm: Difference between revisions
m Added a autologin config |
m added troubleshooting for fprint |
||
| Line 36: | Line 36: | ||
}; | }; | ||
};|name=/etc/nixos/configuration.nix|lang=nix}} | };|name=/etc/nixos/configuration.nix|lang=nix}} | ||
== Troubleshooting == | |||
If the login hangs after you put in your password, it may be because you have fprint enabled. SDDM is likely waiting for a fingerprint without prompting. | |||
You can fix this hanging behaviors by disabling fprint for login in pam. | |||
#security.pam.services.login.fprintAuth = false; | |||
== Installing themes == | == Installing themes == | ||