anytype: Minor fixes to .desktop file

Renamed to `anytype.desktop` to stay consistent with the Wayland
application ID and added support for the custom URL scheme handler.
This commit is contained in:
Axel Karjalainen
2025-05-19 17:01:47 +03:00
parent 3ed788d7b3
commit d02c917a25
+2 -1
View File
@@ -100,11 +100,12 @@ buildNpmPackage {
desktopItems = [
(makeDesktopItem {
name = "Anytype";
name = "anytype";
exec = "anytype";
icon = "anytype";
desktopName = "Anytype";
comment = description;
mimeTypes = [ "x-scheme-handler/anytype" ];
categories = [
"Utility"
"Office"