nixos/sddm: Enable wayland-sessions
LightDM is unable to separate between `wayland-sessions/gnome.desktop` and `xsessions/gnome.desktop` so I ommitted adding this to LightDM.
This commit is contained in:
parent
d54bfa8f41
commit
48a9a24910
1 changed files with 1 additions and 0 deletions
|
@ -59,6 +59,7 @@ let
|
|||
|
||||
[Wayland]
|
||||
EnableHidpi=${if cfg.enableHidpi then "true" else "false"}
|
||||
SessionDir=${dmcfg.session.desktops}/share/wayland-sessions
|
||||
|
||||
${optionalString cfg.autoLogin.enable ''
|
||||
[Autologin]
|
||||
|
|
Loading…
Reference in a new issue