mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
nixos/pantheon, pantheon.elementary-greeter: Default to pantheon-wayland session
See elementary/session-settings issue 91.
This commit is contained in:
parent
c40ffeccd1
commit
f5a8000150
4 changed files with 17 additions and 5 deletions
|
|
@ -121,7 +121,14 @@ in
|
|||
|
||||
# Without this, elementary LightDM greeter will pre-select non-existent `default` session
|
||||
# https://github.com/elementary/greeter/issues/368
|
||||
services.displayManager.defaultSession = mkDefault "pantheon";
|
||||
services.displayManager.defaultSession = mkDefault "pantheon-wayland";
|
||||
programs.dconf.profiles.user.databases = [
|
||||
{
|
||||
settings."io/elementary/greeter" = {
|
||||
last-session-type = "pantheon-wayland";
|
||||
};
|
||||
}
|
||||
];
|
||||
|
||||
environment.extraInit = ''
|
||||
${concatMapStrings (p: ''
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue