Using X without a Display Manager: Difference between revisions

imported>Giraffito
update shell script (including Intel backlight helper fix) and package references
imported>Samueldr
m Adds a note/warning about how this isn't best practices
Line 1: Line 1:
{{note|This page is a WIP, it doesn't describe best-practices with nix and NixOS and should be updated to use a nix derivation generating the necessary files instead of manipulating the contents of the store.}}
To run X11 as a regular user, ''without'' <code>services.xserver.enable = true;</code> in configuration.nix, do the following:
To run X11 as a regular user, ''without'' <code>services.xserver.enable = true;</code> in configuration.nix, do the following: