0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-13 21:50:33 +03:00

nixos/plasma6: use xwayland module (#345122)

This commit is contained in:
K900 2024-09-28 22:14:43 +03:00 committed by GitHub
commit 1228db540d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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