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

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

plasmaPackage {
  name = "plasma-integration";
  nativeBuildInputs = [
    ecm
  ];
  buildInputs = [
    breeze-qt5 kconfig kconfigwidgets kiconthemes kio kwayland
    libXcursor
  ];
}