KDE: Difference between revisions
m →Installation: fix: wiki formatting |
m Reverted display manager to SDDM Tags: Mobile edit Mobile web edit Advanced mobile edit Visual edit |
||
| Line 9: | Line 9: | ||
# Default display manager for Plasma | # Default display manager for Plasma | ||
services.displayManager. | services.displayManager.sddm = { | ||
enable = true; | |||
# To use Wayland (Experimental for SDDM) | |||
wayland.enable = true; | |||
}; | |||
# Optionally enable xserver | |||
services.xserver.enable = true;|name=/etc/nixos/configuration.nix|lang=nix}} | |||
== Configuration == | == Configuration == | ||