mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-14 06:00:33 +03:00
nixos/sddm: allow running on wayland without xserver enabled
This commit is contained in:
parent
0d3ab0d4ec
commit
d220d8bb6f
1 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue