Unverified Commit fba92705 authored by Yaroslav Bolyukin's avatar Yaroslav Bolyukin
Browse files

nixos/plasma6: use xwayland module

For ability to override used xwayland package
parent 818089ba
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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