about summary refs log tree commit diff
path: root/nixpkgs/pkgs/applications/misc/nwg-wrapper/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixpkgs/pkgs/applications/misc/nwg-wrapper/default.nix')
-rw-r--r--nixpkgs/pkgs/applications/misc/nwg-wrapper/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/nixpkgs/pkgs/applications/misc/nwg-wrapper/default.nix b/nixpkgs/pkgs/applications/misc/nwg-wrapper/default.nix
index 2ff04c09b82e..5b2862831896 100644
--- a/nixpkgs/pkgs/applications/misc/nwg-wrapper/default.nix
+++ b/nixpkgs/pkgs/applications/misc/nwg-wrapper/default.nix
@@ -31,6 +31,7 @@ python3Packages.buildPythonPackage rec {
 
   meta = with lib; {
     description = "Wrapper to display a script output or a text file content on the desktop in sway or other wlroots-based compositors";
+    mainProgram = "nwg-wrapper";
     homepage = "https://github.com/nwg-piotr/nwg-wrapper/";
     license = licenses.mit;
     maintainers = with maintainers; [ artturin ];