about summary refs log tree commit diff
path: root/pkgs/applications
diff options
context:
space:
mode:
authorNick Cao <nickcao@nichi.co>2023-10-30 08:57:23 -0400
committerGitHub <noreply@github.com>2023-10-30 08:57:23 -0400
commit46cec358319aea75a2a8681a2c93772c1e78bafd (patch)
treee079a2d358f46e7caa13a1750f1ddd7c32f09b60 /pkgs/applications
parent211f23eb735a82fdd5b86d1b6e4e6b0a5d458eff (diff)
parentf8e8e037acc51699bf43cfc47f1e1f8f254efca8 (diff)
Merge pull request #264235 from Scrumplex/pkgs/hyprpicker/mainProgram
hyprpicker: set mainProgram
Diffstat (limited to 'pkgs/applications')
-rw-r--r--pkgs/applications/window-managers/hyprwm/hyprpicker/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/applications/window-managers/hyprwm/hyprpicker/default.nix b/pkgs/applications/window-managers/hyprwm/hyprpicker/default.nix
index 17f53883424c5..8761d615c0306 100644
--- a/pkgs/applications/window-managers/hyprwm/hyprpicker/default.nix
+++ b/pkgs/applications/window-managers/hyprwm/hyprpicker/default.nix
@@ -91,5 +91,6 @@ stdenv.mkDerivation (finalAttrs: {
     license = licenses.bsd3;
     maintainers = with maintainers; [ fufexan ];
     platforms = wayland.meta.platforms;
+    mainProgram = "hyprpicker";
   };
 })