0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-13 21:50:33 +03:00

Merge pull request #69706 from worldofpeace/gdm-isnt-unstable

nixos/gdm: update description
This commit is contained in:
worldofpeace 2019-09-27 18:40:18 -04:00 committed by GitHub
commit 07ca91187c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -42,10 +42,7 @@ in
services.xserver.displayManager.gdm = { services.xserver.displayManager.gdm = {
enable = mkEnableOption '' enable = mkEnableOption ''
GDM as the display manager. GDM, the GNOME Display Manager
<emphasis>GDM in NixOS is not well-tested with desktops other
than GNOME, so use with caution, as it could render the
system unusable.</emphasis>
''; '';
debug = mkEnableOption '' debug = mkEnableOption ''