From c2d5ecc50497601e1e16eb3bf75f01d243af4f86 Mon Sep 17 00:00:00 2001 From: Sandro Date: Sun, 18 Aug 2024 13:47:01 +0200 Subject: [PATCH] nixos/displayManager: mention how to get a list of currently available desktop sessions (#335208) --- nixos/modules/services/display-managers/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/nixos/modules/services/display-managers/default.nix b/nixos/modules/services/display-managers/default.nix index 894370199e79..81919923ded8 100644 --- a/nixos/modules/services/display-managers/default.nix +++ b/nixos/modules/services/display-managers/default.nix @@ -125,6 +125,8 @@ in Graphical session to pre-select in the session chooser (only effective for GDM, LightDM and SDDM). On GDM, LightDM and SDDM, it will also be used as a session for auto-login. + + Set this option to empty string to get an error with a list of currently available sessions. ''; };