KDE: Difference between revisions

Sdht0 (talk | contribs)
→‎Installation: Use template
Sdht0 (talk | contribs)
→‎Configuration: rootless x11
Line 26: Line 26:


== Configuration ==
== Configuration ==
=== Rootless X11 ===
{{ic|sddm}} launches X11 as a root user by default. For better security, X11 should be run as a non-root user:
<syntaxHighlight lang=nix>
services.xserver.displayManager.sddm.settings.General.DisplayServer = "x11-user";
</syntaxHighlight>


=== Excluding applications from the default install ===
=== Excluding applications from the default install ===