Merge pull request #133437 from legendofmiracles/hx

authored by Sandro and committed by GitHub 5e58e0f1 a5ed0c75

+1
+1
pkgs/applications/editors/helix/default.nix
··· 20 description = "A post-modern modal text editor"; 21 homepage = "https://helix-editor.com"; 22 license = licenses.mpl20; 23 maintainers = with maintainers; [ yusdacra ]; 24 }; 25 }
··· 20 description = "A post-modern modal text editor"; 21 homepage = "https://helix-editor.com"; 22 license = licenses.mpl20; 23 + mainProgram = "hx"; 24 maintainers = with maintainers; [ yusdacra ]; 25 }; 26 }