about summary refs log tree commit diff
path: root/pkgs/desktops/kde-5/plasma-5.6/plasma-integration.nix
blob: 7bc41986a4f5e461d592382ea4ae13225c001e58 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{ plasmaPackage, extra-cmake-modules
, kconfig, kconfigwidgets, kiconthemes, kio, kwayland
, libXcursor
}:

# TODO: install Noto Sans and Oxygen Mono fonts with plasma-integration

plasmaPackage {
  name = "plasma-integration";
  nativeBuildInputs = [
    extra-cmake-modules
  ];
  buildInputs = [
    kconfig kconfigwidgets kiconthemes kio kwayland
    libXcursor
  ];
}