about summary refs log tree commit diff
path: root/pkgs/applications/misc/watershot/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/misc/watershot/default.nix')
-rw-r--r--pkgs/applications/misc/watershot/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/applications/misc/watershot/default.nix b/pkgs/applications/misc/watershot/default.nix
index 6a6feb209d05..6d29fab82527 100644
--- a/pkgs/applications/misc/watershot/default.nix
+++ b/pkgs/applications/misc/watershot/default.nix
@@ -33,6 +33,7 @@ rustPlatform.buildRustPackage rec {
   meta = with lib; {
     platforms = with platforms; linux;
     description = "A simple wayland native screenshot tool";
+    mainProgram = "watershot";
     homepage = "https://github.com/Kirottu/watershot";
     license = licenses.gpl3Only;
     maintainers = with maintainers; [ lord-valen ];