rofi-wayland: add meta.mainProgram

authored by

Austin Horstman and committed by
Jörg Thalheim
9c37a5df 3036ac33

+1
+1
pkgs/applications/misc/rofi/wayland.nix
··· 26 description = "Window switcher, run dialog and dmenu replacement for Wayland"; 27 homepage = "https://github.com/lbonn/rofi"; 28 license = licenses.mit; 29 maintainers = with maintainers; [ bew ]; 30 platforms = with platforms; linux; 31 };
··· 26 description = "Window switcher, run dialog and dmenu replacement for Wayland"; 27 homepage = "https://github.com/lbonn/rofi"; 28 license = licenses.mit; 29 + mainProgram = "rofi"; 30 maintainers = with maintainers; [ bew ]; 31 platforms = with platforms; linux; 32 };