{ pkgs, ... }: { services.xserver.displayManager = { sddm = { enable = true; wayland = { enable = true; compositor = "weston"; }; }; }; }