From 9c37a5df97f84d95642a7e96e203f4ade76bfb12 Mon Sep 17 00:00:00 2001 From: Austin Horstman Date: Mon, 6 Nov 2023 23:07:44 -0600 Subject: rofi-wayland: add meta.mainProgram --- pkgs/applications/misc/rofi/wayland.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'pkgs') diff --git a/pkgs/applications/misc/rofi/wayland.nix b/pkgs/applications/misc/rofi/wayland.nix index 1d7ef32cd37e..1466d3e23233 100644 --- a/pkgs/applications/misc/rofi/wayland.nix +++ b/pkgs/applications/misc/rofi/wayland.nix @@ -26,6 +26,7 @@ rofi-unwrapped.overrideAttrs (oldAttrs: rec { description = "Window switcher, run dialog and dmenu replacement for Wayland"; homepage = "https://github.com/lbonn/rofi"; license = licenses.mit; + mainProgram = "rofi"; maintainers = with maintainers; [ bew ]; platforms = with platforms; linux; }; -- cgit 1.4.1