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>
This commit is contained in:
Kilian Mio 2025-05-13 03:32:38 +02:00 committed by GitHub
parent f07a4d0b85
commit b63f664086
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 11 additions and 4 deletions

View file

@ -2,9 +2,6 @@
services = {
displayManager.sddm.enable = true;
xserver = {
enable = true;
desktopManager.plasma5.enable = true;
};
desktopManager.plasma6.enable = true;
};
}

View file

@ -0,0 +1,10 @@
{
services = {
displayManager.sddm.enable = true;
xserver = {
enable = true;
desktopManager.plasma5.enable = true;
};
};
}