Commit ab0b45a3 authored by K900's avatar K900
Browse files

nixos/sddm: allow disabling the rest of X11

parent d50ce37b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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";