services.xserver.displayManager.startx.enable

NixOS option

Whether to enable the dummy “startx” pseudo-display manager, which allows users to start X manually via the startx command from a virtual terminal. The X server will run under the current user, not as root.

type: boolean
Default
false
declared in: nixos/modules/services/x11/display-managers/startx.nixView source on NixOS/nixpkgs →