Associate HEIF with Gnome Image Viewer

This commit is contained in:
Andreas Zweili 2023-09-25 17:30:15 +02:00
parent cd8b66bc3c
commit 8c29af4b80
1 changed files with 2 additions and 0 deletions

View File

@ -15,10 +15,12 @@ in
xdg.mimeApps = {
enable = true;
associations.added = {
"image/heif" = [ "org.gnome.eog.desktop" ];
"image/png" = [ "org.gnome.eog.desktop" ];
"image/jpeg" = [ "org.gnome.eog.desktop" ];
};
defaultApplications = {
"image/heif" = [ "org.gnome.eog.desktop" ];
"image/png" = [ "org.gnome.eog.desktop" ];
"image/jpeg" = [ "org.gnome.eog.desktop" ];
};