postman: add scheme handler to desktop item. (#452347)

This commit is contained in:
Pol Dellaiera
2025-10-16 03:30:38 +00:00
committed by GitHub
+3
View File
@@ -76,6 +76,9 @@ stdenv.mkDerivation {
desktopName = "Postman";
genericName = "Postman";
categories = [ "Development" ];
mimeTypes = [ "x-scheme-handler/postman" ];
startupNotify = true;
startupWMClass = "postman";
})
];