Kde/plasma: upgrade to plasma 6

This commit is contained in:
Toast 2024-04-29 18:59:07 +02:00
parent 0be1aa7adc
commit 3425b07040

View file

@ -34,13 +34,8 @@
'';
};
in {
services = {
displayManager.defaultSession = "plasmawayland";
xserver = {
# Enable the Plasma 5 Desktop Environment
desktopManager.plasma5.enable = true;
};
};
# Enable the Plasma 6 Desktop Environment
services.desktopManager.plasma6.enable = true;
qt.enable = true;
@ -48,7 +43,7 @@ in {
programs.dconf.enable = true;
# Install the plasma default configs
environment.systemPackages = [ plasmaDefaults];
environment.systemPackages = [plasmaDefaults];
# Plasma configs should be on all users
home-manager.sharedModules = [