mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 13:40:28 +03:00
nixos/plasma6: use xwayland module (#345122)
This commit is contained in:
commit
1228db540d
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue