about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorAustin Horstman <khaneliman12@gmail.com>2023-11-06 23:07:44 -0600
committerJörg Thalheim <Mic92@users.noreply.github.com>2023-11-07 09:42:11 +0100
commit9c37a5df97f84d95642a7e96e203f4ade76bfb12 (patch)
tree66121049d8c9ff3f9086ac88ae8090d5de36d185 /pkgs
parent3036ac33ed88429c478be2fabe1b927d4a7a44c4 (diff)
rofi-wayland: add meta.mainProgram
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/applications/misc/rofi/wayland.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/applications/misc/rofi/wayland.nix b/pkgs/applications/misc/rofi/wayland.nix
index 1d7ef32cd37ea..1466d3e23233e 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;
   };