mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-14 06:00:33 +03:00
sddm: silence error about missing wayland directory
This commit is contained in:
parent
bd5fd61967
commit
46a92333e9
1 changed files with 5 additions and 0 deletions
|
@ -55,6 +55,11 @@ let
|
||||||
DisplayCommand=${Xsetup}
|
DisplayCommand=${Xsetup}
|
||||||
DisplayStopCommand=${Xstop}
|
DisplayStopCommand=${Xstop}
|
||||||
|
|
||||||
|
# This doesn't mean we have wayland support yet but is only to shut up an
|
||||||
|
# error about a missing default directory
|
||||||
|
[Wayland]
|
||||||
|
SessionDir=${dmcfg.session.desktops}
|
||||||
|
|
||||||
${optionalString cfg.autoLogin.enable ''
|
${optionalString cfg.autoLogin.enable ''
|
||||||
[Autologin]
|
[Autologin]
|
||||||
User=${cfg.autoLogin.user}
|
User=${cfg.autoLogin.user}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue