Add KDE Plasma 6

This commit is contained in:
Manuel Thalmann 2024-04-09 23:11:25 +02:00
parent b15eefb46b
commit 5cac87b36f

View file

@ -71,9 +71,12 @@
i18n.extraLocaleSettings = machine.config.localeSettings;
# Enable KDE Plasma
services.displayManager.sddm = {
enable = true;
wayland.enable = true;
};
services.desktopManager.plasma6.enable = true;
};
}