11.stylix/modules/kde/testbeds/plasma5.nix
Kilian Mio b63f664086
kde: add and update testbeds (#1252)
Adds testbed for plasma6.
In NixOS 25.11 plasma5 will be deprecated so plasma6 should become the default.

Related: https://github.com/danth/stylix/issues/1092

Link: https://github.com/danth/stylix/pull/1252

Reviewed-by: awwpotato <awwpotato@voidq.com>
2025-05-12 18:32:38 -07:00

10 lines
152 B
Nix

{
services = {
displayManager.sddm.enable = true;
xserver = {
enable = true;
desktopManager.plasma5.enable = true;
};
};
}