bluetuith: add meta.mainProgram

Signed-off-by: Paul Meyer <49727155+katexochen@users.noreply.github.com>

+1
+1
pkgs/tools/bluetooth/bluetuith/default.nix
··· 20 20 homepage = "https://github.com/darkhz/bluetuith"; 21 21 license = licenses.mit; 22 22 platforms = platforms.linux; 23 + mainProgram = "bluetuith"; 23 24 maintainers = with maintainers; [ thehedgeh0g ]; 24 25 }; 25 26 }