From d02c917a25995943a6540453e5f4702feee0913e Mon Sep 17 00:00:00 2001 From: Axel Karjalainen Date: Mon, 19 May 2025 17:01:47 +0300 Subject: [PATCH] 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. --- pkgs/by-name/an/anytype/package.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pkgs/by-name/an/anytype/package.nix b/pkgs/by-name/an/anytype/package.nix index 014f7cb9aaef..98d1511c80f9 100644 --- a/pkgs/by-name/an/anytype/package.nix +++ b/pkgs/by-name/an/anytype/package.nix @@ -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"