about summary refs log tree commit diff
path: root/pkgs/applications/misc/break-time/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/misc/break-time/default.nix')
-rw-r--r--pkgs/applications/misc/break-time/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/applications/misc/break-time/default.nix b/pkgs/applications/misc/break-time/default.nix
index e72f08fd381e7..a4bbf4d4c104e 100644
--- a/pkgs/applications/misc/break-time/default.nix
+++ b/pkgs/applications/misc/break-time/default.nix
@@ -43,6 +43,7 @@ rustPlatform.buildRustPackage rec {
 
   meta = with lib; {
     description = "Break timer that forces you to take a break";
+    mainProgram = "break-time";
     homepage    = "https://github.com/cdepillabout/break-time";
     license     = with licenses; [ mit ];
     maintainers = with maintainers; [ cdepillabout ];