diff --git a/pkgs/desktops/plasma-5/plasma-workspace/default.nix b/pkgs/desktops/plasma-5/plasma-workspace/default.nix index 6406bb9a3730..17d4bc15e09e 100644 --- a/pkgs/desktops/plasma-5/plasma-workspace/default.nix +++ b/pkgs/desktops/plasma-5/plasma-workspace/default.nix @@ -52,6 +52,12 @@ mkDerivation { patches = [ ./0001-startkde.patch ./0002-absolute-wallpaper-install-dir.patch + # Included in 5.23.2 + (fetchpatch { + name = "ignore-placeholder-screens"; + url = "https://invent.kde.org/plasma/plasma-workspace/-/merge_requests/1125.patch"; + sha256 = "sha256-lvcAxb301lQbfEKPcxMlfap9g7TjHOk50ZYX91RC7gY="; + }) ]; # QT_INSTALL_BINS refers to qtbase, and qdbus is in qttools