diff --git a/nix/wrapper.nix b/nix/wrapper.nix index 570500c..932e2a3 100644 --- a/nix/wrapper.nix +++ b/nix/wrapper.nix @@ -9,6 +9,8 @@ let meta.description = if v.description == null then oa.meta.description or "No description" else v.description; meta.category = v.category; + meta.mainProgram = + oa.meta.mainProgram or v.name; }); wrapCommands = spec: let