about summary refs log tree commit diff
path: root/pkgs/applications/misc/tipp10/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/misc/tipp10/default.nix')
-rw-r--r--pkgs/applications/misc/tipp10/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/applications/misc/tipp10/default.nix b/pkgs/applications/misc/tipp10/default.nix
index 76ea8fb7fc0e..d61e0deabbd7 100644
--- a/pkgs/applications/misc/tipp10/default.nix
+++ b/pkgs/applications/misc/tipp10/default.nix
@@ -17,6 +17,7 @@ mkDerivation rec {
 
   meta = with lib; {
     description = "Learn and train typing with the ten-finger system";
+    mainProgram = "tipp10";
     homepage = "https://gitlab.com/tipp10/tipp10";
     license = licenses.gpl2Only;
     maintainers = with maintainers; [ ];