Add KDE Plasma 6
This commit is contained in:
parent
b15eefb46b
commit
5cac87b36f
|
@ -71,9 +71,12 @@
|
||||||
|
|
||||||
i18n.extraLocaleSettings = machine.config.localeSettings;
|
i18n.extraLocaleSettings = machine.config.localeSettings;
|
||||||
|
|
||||||
|
# Enable KDE Plasma
|
||||||
services.displayManager.sddm = {
|
services.displayManager.sddm = {
|
||||||
enable = true;
|
enable = true;
|
||||||
wayland.enable = true;
|
wayland.enable = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
services.desktopManager.plasma6.enable = true;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue