flake/common/Display Manager/sddm.nix

6 lines
130 B
Nix

{ config, pkgs, ... }:
{
# Enable the KDE Plasma Desktop Environment.
services.xserver.displayManager.sddm.enable = true;
}