Switch to plasma 6 #9

Merged
Toast merged 6 commits from plasma6 into main 2024-04-29 20:02:45 +02:00
Showing only changes of commit 3425b07040 - Show all commits

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 = [