Skip to content

Commit

Permalink
nixos/display-managers: install sessionData.desktops
Browse files Browse the repository at this point in the history
Fixes #100108

(cherry picked from commit 3cd2b59)
  • Loading branch information
worldofpeace committed Oct 9, 2020
1 parent 1cd0f2d commit ee9f8ac
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions nixos/modules/services/x11/display-managers/default.nix
Expand Up @@ -464,6 +464,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 = [
Expand Down

0 comments on commit ee9f8ac

Please sign in to comment.