mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 15:03:28 +00:00
nixos/sddm: allow running on wayland without xserver enabled
This commit is contained in:
parent
0d3ab0d4ec
commit
d220d8bb6f
@ -281,9 +281,9 @@ in
|
||||
|
||||
assertions = [
|
||||
{
|
||||
assertion = xcfg.enable;
|
||||
assertion = xcfg.enable || cfg.wayland.enable;
|
||||
message = ''
|
||||
SDDM requires services.xserver.enable to be true
|
||||
SDDM requires either services.xserver.enable or services.xserver.displayManager.sddm.wayland.enable to be true
|
||||
'';
|
||||
}
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user