Plasma: set default session to plasma wayland
This commit is contained in:
parent
fa385918cd
commit
d6eff86646
1 changed files with 6 additions and 2 deletions
|
|
@ -19,8 +19,12 @@ let
|
||||||
in
|
in
|
||||||
|
|
||||||
{
|
{
|
||||||
# Enable the Plasma 5 Desktop Environment.
|
services.xserver = {
|
||||||
services.xserver.desktopManager.plasma5.enable = true;
|
# Enable the Plasma 5 Desktop Environment
|
||||||
|
desktopManager.plasma5.enable = true;
|
||||||
|
displayManager.defaultSession = "plasmawayland";
|
||||||
|
};
|
||||||
|
|
||||||
|
|
||||||
# GTK apps need dconf to grab the correct theme on Wayland
|
# GTK apps need dconf to grab the correct theme on Wayland
|
||||||
programs.dconf.enable = true;
|
programs.dconf.enable = true;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue