Merge pull request #100112 from worldofpeace/fix-gnome-logout-multisession

nixos/display-managers: install sessionData.desktops
This commit is contained in:
WORLDofPEACE 2020-10-09 19:31:05 -04:00 committed by GitHub
commit 7a2eccfab0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -481,6 +481,13 @@ in
)
[dms wms]
);
# Make xsessions and wayland sessions installed at
# /run/current-system/sw/share as some programs
# have behavior that depends on them being installed
environment.systemPackages = [
cfg.displayManager.sessionData.desktops
];
};
imports = [