postman: add deeplink args to desktopItem

This commit is contained in:
David Tchekachev
2024-07-07 19:03:45 +02:00
parent ab82a9612a
commit 64438ea517
+1 -1
View File
@@ -78,7 +78,7 @@ stdenv.mkDerivation rec {
desktopItems = [
(makeDesktopItem {
name = "postman";
exec = "postman";
exec = "postman %U";
icon = "postman";
comment = "API Development Environment";
desktopName = "Postman";