1
0
mirror of https://github.com/ellmau/nixos.git synced 2025-12-19 09:29:36 +01:00

[24.05] Plasma 6

Signed-off-by: Stefan Ellmauthaler <stefan.ellmauthaler@tu-dresden.de>
This commit is contained in:
Stefan Ellmauthaler 2024-06-10 12:27:40 +02:00
parent 8937e48295
commit f6646a275f
Failed to extract signature

View File

@ -19,11 +19,12 @@ with lib; {
services = { services = {
xserver = { xserver = {
enable = true; enable = true;
desktopManager.plasma5.enable = true;
}; };
desktopManager.plasma6.enable = true;
displayManager = { displayManager = {
sddm.wayland.enable = true; sddm.wayland.enable = true;
defaultSession = "plasmawayland"; defaultSession = "plasma";
}; };
}; };