Skip to content

Commit

Permalink
nixos/lightdm: enable wayland sessions
Browse files Browse the repository at this point in the history
Note: can't launch gnome on wayland due to duplicate entry names:
  canonical/lightdm#16
  • Loading branch information
hedning authored and jtojnar committed Dec 15, 2019
1 parent d25365c commit 53ef29c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nixos/modules/services/x11/display-managers/lightdm.nix
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ let
greeter-user = ${config.users.users.lightdm.name}
greeters-directory = ${cfg.greeter.package}
''}
sessions-directory = ${dmcfg.session.desktops}/share/xsessions
sessions-directory = ${dmcfg.session.desktops}/share/xsessions:${dmcfg.session.desktops}/share/wayland-sessions
${cfg.extraConfig}
[Seat:*]
Expand Down

0 comments on commit 53ef29c

Please sign in to comment.