Unverified Commit 1228db54 authored by K900's avatar K900 Committed by GitHub
Browse files

nixos/plasma6: use xwayland module (#345122)

parents 51c3426a fba92705
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