mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-22 04:45:39 +00:00
Merge pull request #303114 from K900/sddm-no-x11
nixos/sddm: allow disabling the rest of X11
This commit is contained in:
commit
85d3f97277
@ -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 New Issue
Block a user