about summary refs log tree commit diff
path: root/pkgs/applications/kde/ktimer.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/kde/ktimer.nix')
-rw-r--r--pkgs/applications/kde/ktimer.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/applications/kde/ktimer.nix b/pkgs/applications/kde/ktimer.nix
index 7eab059f1a72..31535af1d7ad 100644
--- a/pkgs/applications/kde/ktimer.nix
+++ b/pkgs/applications/kde/ktimer.nix
@@ -5,6 +5,7 @@ mkDerivation {
   meta = with lib; {
     homepage = "https://kde.org/applications/en/utilities/org.kde.ktimer";
     description = "A little tool to execute programs after some time";
+    mainProgram = "ktimer";
     maintainers = with maintainers; [ freezeboy ];
     license = licenses.gpl2Plus;
     platforms = platforms.linux;