nixos/plasma6: use xwayland module

For ability to override used xwayland package
This commit is contained in:
Yaroslav Bolyukin 2024-09-28 17:22:35 +02:00
parent 818089ba73
commit fba92705b0
No known key found for this signature in database
GPG Key ID: 1379319040F2773D

View File

@ -58,6 +58,7 @@ in {
];
qt.enable = true;
programs.xwayland.enable = true;
environment.systemPackages = with kdePackages; let
requiredPackages = [
qtwayland # Hack? To make everything run on Wayland
@ -87,7 +88,6 @@ in {
# Core Plasma parts
kwin
pkgs.xwayland
kscreen
libkscreen
kscreenlocker