mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 13:40:28 +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}
|
||||
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 ''
|
||||
[Autologin]
|
||||
User=${cfg.autoLogin.user}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue