mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
nixos/displayManager: Note that sessionCommands
aren't run on Wayland
This commit is contained in:
parent
cdd266c73b
commit
3c0e70402f
1 changed files with 4 additions and 1 deletions
|
@ -244,7 +244,10 @@ in
|
|||
''
|
||||
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 {
|
||||
|
|
Loading…
Reference in a new issue