nixos/sddm: allow disabling the rest of X11
This commit is contained in:
parent
d50ce37b58
commit
ab0b45a3a0
1 changed files with 1 additions and 1 deletions
|
@ -66,7 +66,7 @@ let
|
|||
HideShells = "/run/current-system/sw/bin/nologin";
|
||||
};
|
||||
|
||||
X11 = {
|
||||
X11 = optionalAttrs xcfg.enable {
|
||||
MinimumVT = if xcfg.tty != null then xcfg.tty else 7;
|
||||
ServerPath = toString xserverWrapper;
|
||||
XephyrPath = "${pkgs.xorg.xorgserver.out}/bin/Xephyr";
|
||||
|
|
Loading…
Reference in a new issue