Kde/plasma: upgrade to plasma 6
This commit is contained in:
parent
0be1aa7adc
commit
3425b07040
1 changed files with 3 additions and 8 deletions
|
|
@ -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 = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue