<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.nixos.org/w/index.php?action=history&amp;feed=atom&amp;title=Plasma_Login_Manager</id>
	<title>Plasma Login Manager - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.nixos.org/w/index.php?action=history&amp;feed=atom&amp;title=Plasma_Login_Manager"/>
	<link rel="alternate" type="text/html" href="https://wiki.nixos.org/w/index.php?title=Plasma_Login_Manager&amp;action=history"/>
	<updated>2026-05-01T12:48:23Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.45.0</generator>
	<entry>
		<id>https://wiki.nixos.org/w/index.php?title=Plasma_Login_Manager&amp;diff=31159&amp;oldid=prev</id>
		<title>Arch is the best: Create page based on the SDDM page but trimmed down somewhat</title>
		<link rel="alternate" type="text/html" href="https://wiki.nixos.org/w/index.php?title=Plasma_Login_Manager&amp;diff=31159&amp;oldid=prev"/>
		<updated>2026-04-21T01:22:09Z</updated>

		<summary type="html">&lt;p&gt;Create page based on the SDDM page but trimmed down somewhat&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;[https://invent.kde.org/plasma/plasma-login-manager Plasma Login Manager (PLM)] is a fork of [[SDDM]] for [[KDE Plasma]]. PLM is only available in NixOS 26.05 or above.&lt;br /&gt;
&lt;br /&gt;
== Installation ==&lt;br /&gt;
Plasma Login Manager can be enabled as follows:&lt;br /&gt;
{{File|3=services.displayManager.plasma-login-manager.enable = true;|name=/etc/nixos/configuration.nix|lang=nix}}&lt;br /&gt;
&lt;br /&gt;
== Configuration ==&lt;br /&gt;
&lt;br /&gt;
=== Autologin ===&lt;br /&gt;
{{File|3=services.displayManager = {&lt;br /&gt;
  plasma-login-manager = true;&lt;br /&gt;
  autoLogin.user = &amp;quot;user&amp;quot;; # Replace with the desired user&lt;br /&gt;
};|name=/etc/nixos/configuration.nix|lang=nix}}&lt;br /&gt;
&lt;br /&gt;
=== fprint ===&lt;br /&gt;
With fprint enabled on the system, PLM will expect a fingerprint after entering any password. PLM does not show any prompt for this and this will time out after some time and PLM will attempt to use your entered password. If you have your fingerprints enrolled, you can press enter and use your fingerprint reader. You may find additional options for fprint as well as information on enrolling fingerprints on the [[Fingerprint scanner]] page.&lt;br /&gt;
&lt;br /&gt;
KDE Wallet cannot be unlocked using fprint.&lt;br /&gt;
&lt;br /&gt;
==== Enable fprint system wide ====&lt;br /&gt;
You can enable this behavior by enabling fprint.&lt;br /&gt;
{{File|3=services.fprintd.enable = true;|name=/etc/nixos/configuration.nix|lang=nix}}&lt;br /&gt;
&lt;br /&gt;
==== Disable fprint for login ====&lt;br /&gt;
Stops PLM from prompting for fingerprint.&lt;br /&gt;
{{File|3=security.pam.services.login.fprintAuth = false;|name=/etc/nixos/configuration.nix|lang=nix}}&lt;br /&gt;
&lt;br /&gt;
== Troubleshooting ==&lt;br /&gt;
&lt;br /&gt;
=== PLM hangs after entering password ===&lt;br /&gt;
If you have fprint enabled, [[#Disable fprint for login|disable it for PLM]].&lt;br /&gt;
&lt;br /&gt;
[[Category:Display Manager]]&lt;/div&gt;</summary>
		<author><name>Arch is the best</name></author>
	</entry>
</feed>