wlopm: add meta.mainProgram

authored by

Adam Stephens and committed by
Anderson Torres
a11826e3 ac464afa

+1
+1
pkgs/tools/wayland/wlopm/default.nix
··· 20 20 meta = with lib; { 21 21 description = "Simple client implementing zwlr-output-power-management-v1"; 22 22 homepage = "https://git.sr.ht/~leon_plickat/wlopm"; 23 + mainProgram = "wlopm"; 23 24 license = licenses.gpl3Only; 24 25 maintainers = with maintainers; [ arjan-s ]; 25 26 platforms = platforms.linux;