about summary refs log tree commit diff
path: root/pkgs/profpatsch/xdg-open/types.dhall
Commit message (Collapse)AuthorAgeFilesLines
* pkgs/Profpatsch/xdg-open: add libreoffice mimetypeProfpatsch2021-11-131-1/+6
| | | | | | Also make sure libreoffice is only installed/pulled when clicking on the link (although there could be a popup of sorts if it has to do stuff …).
* xdg-open: add ics files to the calendar & sync to webdavProfpatsch2021-10-261-0/+1
| | | | | Sync the calendar every 15 minutes with a user service, and add ics file support to xdg-open.
* pkgs/profpatsch/xdg-open: Remove UriGlobHandlerProfpatsch2021-05-131-7/+1
| | | | | | The concept of a transparent handler wasn’t actually used anywhere and now that we want to generate the firefox json as well, it just hinders us from doing that in an easy way.
* pkgs/profpatsch/xdg-open: directly pass MimeMatch to xdg-open scriptProfpatsch2021-05-121-6/+6
| | | | | | | No use in passing through the mime type now that we can just directly render the commands in the protocol handlers. This gives us the base for generating the Firefox handlers.json.
* pkgs/profpatsch/xdg-open: use the new matcher listProfpatsch2021-05-121-1/+4
| | | | Removes the duplication of command handlers.
* pkgs/profpatsch/xdg-open: prepare for adding firefox handler supportProfpatsch2021-05-121-0/+50
This diff is a bit bad cause of whitespace changes, but effectively this copies all handlers into the mime handler definitions and duplicates them for now. We want to use the same config to generate a firefox mime handler file.