summary refs log tree commit diff
path: root/nixos/modules/services/x11/display-managers/default.nix
diff options
context:
space:
mode:
authorTor Hedin Brønner <torhedinbronner@gmail.com>2018-08-06 13:45:42 +0200
committerTor Hedin Brønner <torhedinbronner@gmail.com>2018-12-10 10:36:25 +0100
commit3c0e70402f54aa05f47cf2b4266f70b4a10d3aef (patch)
tree8875753883ba2233fddd9c97dc1bae5abc85dd55 /nixos/modules/services/x11/display-managers/default.nix
parentcdd266c73bee26b6cd7e092da9a4cc0f34237434 (diff)
downloadnixpkgs-3c0e70402f54aa05f47cf2b4266f70b4a10d3aef.tar
nixpkgs-3c0e70402f54aa05f47cf2b4266f70b4a10d3aef.tar.gz
nixpkgs-3c0e70402f54aa05f47cf2b4266f70b4a10d3aef.tar.bz2
nixpkgs-3c0e70402f54aa05f47cf2b4266f70b4a10d3aef.tar.lz
nixpkgs-3c0e70402f54aa05f47cf2b4266f70b4a10d3aef.tar.xz
nixpkgs-3c0e70402f54aa05f47cf2b4266f70b4a10d3aef.tar.zst
nixpkgs-3c0e70402f54aa05f47cf2b4266f70b4a10d3aef.zip
nixos/displayManager: Note that `sessionCommands` aren't run on Wayland
Diffstat (limited to 'nixos/modules/services/x11/display-managers/default.nix')
-rw-r--r--nixos/modules/services/x11/display-managers/default.nix5
1 files changed, 4 insertions, 1 deletions
diff --git a/nixos/modules/services/x11/display-managers/default.nix b/nixos/modules/services/x11/display-managers/default.nix
index cb3c0c7a843..035029150c8 100644
--- a/nixos/modules/services/x11/display-managers/default.nix
+++ b/nixos/modules/services/x11/display-managers/default.nix
@@ -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 {