rofi-bluetooth: add meta.mainProgram

Related PR: NixOS#246386

+1
+1
pkgs/applications/misc/rofi-bluetooth/default.nix
··· 35 homepage = "https://github.com/nickclyde/rofi-bluetooth"; 36 license = licenses.gpl3Only; 37 maintainers = with maintainers; [ MoritzBoehme ]; 38 platforms = platforms.linux; 39 }; 40 })
··· 35 homepage = "https://github.com/nickclyde/rofi-bluetooth"; 36 license = licenses.gpl3Only; 37 maintainers = with maintainers; [ MoritzBoehme ]; 38 + mainProgram = "rofi-bluetooth"; 39 platforms = platforms.linux; 40 }; 41 })