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>
7 lines
106 B
Nix
7 lines
106 B
Nix
{
|
|
services = {
|
|
displayManager.sddm.enable = true;
|
|
|
|
desktopManager.plasma6.enable = true;
|
|
};
|
|
}
|