2024-10-09 03:36:08 -04:00
|
|
|
{ ... }:
|
|
|
|
{
|
2024-10-07 11:42:34 -04:00
|
|
|
xdg.mimeApps.defaultApplications = {
|
2024-10-15 03:33:40 -04:00
|
|
|
"inode/directory" = [ "pcmanfm-qt.desktop" ];
|
|
|
|
"text/plain" = [ "nvim.desktop" ];
|
|
|
|
"image/png" = [ "imv.desktop" ];
|
|
|
|
"image/jpeg" = [ "imv.desktop" ];
|
|
|
|
"image/jp2" = [ "imv.desktop" ];
|
|
|
|
"video/*" = [ "mpv.desktop" ];
|
2024-10-07 11:42:34 -04:00
|
|
|
};
|
|
|
|
}
|