summary refs log tree commit diff
path: root/pkgs/applications/graphics/ideogram/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/graphics/ideogram/default.nix')
-rw-r--r--pkgs/applications/graphics/ideogram/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/applications/graphics/ideogram/default.nix b/pkgs/applications/graphics/ideogram/default.nix
index f9b123ddb40..bc608c6735f 100644
--- a/pkgs/applications/graphics/ideogram/default.nix
+++ b/pkgs/applications/graphics/ideogram/default.nix
@@ -63,6 +63,7 @@ stdenv.mkDerivation rec {
     license = licenses.gpl2Plus;
     maintainers = teams.pantheon.members;
     platforms = platforms.linux;
+    mainProgram = "com.github.cassidyjames.ideogram";
   };
 
 }