I will try it now

Quoted:
<@1108075062155825192>
if you are using home manger, add this to your home.nix, replace the <path/to/appflowy> with some script to open it up or binary (if you download it)


{

  xdg.mimeApps = {
    enable = true;
    associations.added = {
      "x-scheme-handler/appflowy-flutter" = [ "appflowy-flutter.desktop" ];
    };
    defaultApplications = {
      "x-scheme-handler/appflowy-flutter" = [ "appflowy-flutter.desktop" ];
    };
  };

  xdg.desktopEntries = {
    appflowy-flutter = {
      name = "Appflowy Flutter";
      exec = "<path/to/appflowy> %U";
      terminal = false;
      categories = [ "Application" ];
      mimeType = [ "x-scheme-handler/appflowy-flutter" ];
    };
  };

  ... 

}

Message:
I will try it now

Timestamp:
2024-08-26T10:49:29.323000+00:00

Attachment:

Discord Message ID:
1277580675427467332