mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-17 01:24:47 +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 = [
|
assertions = [
|
||||||
{
|
{
|
||||||
assertion = xcfg.enable;
|
assertion = xcfg.enable || cfg.wayland.enable;
|
||||||
message = ''
|
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