KDE: Difference between revisions

Move unlock KWallet with LUKS password section to KDE page, add plasmalogin instructions too
Plasma Login Manager has its own page now
Line 19: Line 19:
   # Optionally enable xserver
   # Optionally enable xserver
   services.xserver.enable = true;
   services.xserver.enable = true;
}|name=configuration.nix|lang=nix}}{{Warning|SDDM is no longer supported on the unstable branch, users on unstable should use [[KDE#Plasma Login Manager|Plasma Login Manager]] instead. See configuration later in this page.}}
}|name=configuration.nix|lang=nix}}{{Warning|SDDM is no longer supported on the unstable branch, users on unstable should use [[Plasma Login Manager]] instead. See configuration later in this page.}}


== Configuration ==
== Configuration ==
Line 35: Line 35:
     elisa
     elisa
   ];
   ];
}|name=configuration.nix|lang=nix}}
=== Plasma Login Manager ===
[https://github.com/KDE/plasma-login-manager Plasma Login Manager] is currently only available in unstable. If you are on unstable you can enable it with the following configuration.
{{File|3={
  services.displayManager.plasma-login-manager = {
    enable = true;
  };
}|name=configuration.nix|lang=nix}}
}|name=configuration.nix|lang=nix}}