summary refs log tree commit diff
path: root/pkgs/desktops/kde-5/plasma/kwayland-integration.nix
blob: 9045227a51a9073c630a42346754704d97b27621 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{ plasmaPackage
, extra-cmake-modules
, kidletime
, kwayland
, kwindowsystem
}:

plasmaPackage {
  name = "kwayland-integration";
  nativeBuildInputs = [
    extra-cmake-modules
  ];
  propagatedBuildInputs = [
    kidletime kwindowsystem kwayland
  ];
}