Unverified Commit 85d3f972 authored by K900's avatar K900 Committed by GitHub
Browse files

Merge pull request #303114 from K900/sddm-no-x11

nixos/sddm: allow disabling the rest of X11
parents 40937158 ab0b45a3
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";