nixos/displayManager: Note that sessionCommands aren't run on Wayland
This commit is contained in:
@@ -244,7 +244,10 @@ in
|
|||||||
''
|
''
|
||||||
xmessage "Hello World!" &
|
xmessage "Hello World!" &
|
||||||
'';
|
'';
|
||||||
description = "Shell commands executed just before the window or desktop manager is started.";
|
description = ''
|
||||||
|
Shell commands executed just before the window or desktop manager is
|
||||||
|
started. These commands are not currently sourced for Wayland sessions.
|
||||||
|
'';
|
||||||
};
|
};
|
||||||
|
|
||||||
hiddenUsers = mkOption {
|
hiddenUsers = mkOption {
|
||||||
|
|||||||
Reference in New Issue
Block a user