From 64438ea5176424308b63c45fc559ae282d42f060 Mon Sep 17 00:00:00 2001 From: David Tchekachev Date: Sun, 7 Jul 2024 19:03:45 +0200 Subject: [PATCH] postman: add deeplink args to desktopItem --- pkgs/development/web/postman/linux.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/web/postman/linux.nix b/pkgs/development/web/postman/linux.nix index 3784cca31ae5..bc1119103c44 100644 --- a/pkgs/development/web/postman/linux.nix +++ b/pkgs/development/web/postman/linux.nix @@ -78,7 +78,7 @@ stdenv.mkDerivation rec { desktopItems = [ (makeDesktopItem { name = "postman"; - exec = "postman"; + exec = "postman %U"; icon = "postman"; comment = "API Development Environment"; desktopName = "Postman";