Merge kde-stuff into main #6

Merged
Toast merged 20 commits from kde-stuff into main 2023-08-13 14:22:15 +02:00
Showing only changes of commit d6eff86646 - Show all commits

View file

@ -19,8 +19,12 @@ let
in
{
# Enable the Plasma 5 Desktop Environment.
services.xserver.desktopManager.plasma5.enable = true;
services.xserver = {
# Enable the Plasma 5 Desktop Environment
desktopManager.plasma5.enable = true;
displayManager.defaultSession = "plasmawayland";
};
# GTK apps need dconf to grab the correct theme on Wayland
programs.dconf.enable = true;