MyNixOS website logo
option

services.xserver.displayManager.sessionCommands

Shell commands executed just before the window or desktop manager is started. These commands are not currently sourced for Wayland sessions.

Declarations
Type
strings concatenated with "\n"
Default
""
Example
''
  xmessage "Hello World!" &
''