about summary refs log tree commit diff
path: root/pkgs/desktops/kde-5/plasma/plasma-integration.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/desktops/kde-5/plasma/plasma-integration.nix')
-rw-r--r--pkgs/desktops/kde-5/plasma/plasma-integration.nix17
1 files changed, 17 insertions, 0 deletions
diff --git a/pkgs/desktops/kde-5/plasma/plasma-integration.nix b/pkgs/desktops/kde-5/plasma/plasma-integration.nix
new file mode 100644
index 000000000000..97d30dcd7732
--- /dev/null
+++ b/pkgs/desktops/kde-5/plasma/plasma-integration.nix
@@ -0,0 +1,17 @@
+{ plasmaPackage, extra-cmake-modules
+, breeze-qt5, 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 = [
+    breeze-qt5 kconfig kconfigwidgets kiconthemes kio kwayland
+    libXcursor
+  ];
+}