Update old options to new formats
This commit is contained in:
parent
09839004e1
commit
bda9abff87
4 changed files with 11 additions and 9 deletions
|
|
@ -49,10 +49,12 @@
|
|||
'';
|
||||
};
|
||||
in {
|
||||
services.xserver = {
|
||||
# Enable the Plasma 5 Desktop Environment
|
||||
desktopManager.plasma5.enable = true;
|
||||
services = {
|
||||
displayManager.defaultSession = "plasmawayland";
|
||||
xserver = {
|
||||
# Enable the Plasma 5 Desktop Environment
|
||||
desktopManager.plasma5.enable = true;
|
||||
};
|
||||
};
|
||||
|
||||
qt.enable = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue