2023-06-22 17:00:39 +02:00
|
|
|
{
|
2023-06-16 13:23:35 +02:00
|
|
|
xdg.mimeApps = {
|
|
|
|
enable = true;
|
2023-06-16 14:51:22 +02:00
|
|
|
|
2023-06-16 13:23:35 +02:00
|
|
|
defaultApplications = {
|
2024-10-10 15:21:26 +02:00
|
|
|
"text/html" = "librewolf.desktop";
|
2024-03-29 15:07:38 +01:00
|
|
|
"text/markdown" = "nvim.desktop";
|
|
|
|
"text/plain" = "nvim.desktop";
|
2023-06-24 20:58:28 +02:00
|
|
|
"image/png" = "pqiv.desktop";
|
|
|
|
"image/jpeg" = "pqiv.desktop";
|
2024-10-15 20:40:17 +02:00
|
|
|
"image/gif" = "pqiv.desktop";
|
2024-10-10 15:21:26 +02:00
|
|
|
"application/pdf" = "org.pwmt.zathura-pdf-mupdf.desktop";
|
2023-06-16 13:23:35 +02:00
|
|
|
"application/x-wine-extension-osz" = "osu-stable.desktop";
|
2023-06-22 17:00:39 +02:00
|
|
|
"x-scheme-handler/http" = "librewolf.desktop";
|
|
|
|
"x-scheme-handler/https" = "librewolf.desktop";
|
2023-06-16 13:23:35 +02:00
|
|
|
};
|
|
|
|
};
|
2023-06-09 22:21:52 +02:00
|
|
|
}
|