Gnome : Widen default mime apps.

This commit is contained in:
Dmitry Voronin 2024-03-04 18:00:00 +03:00
parent 3c4c69511d
commit 01026cb9af

View file

@ -13,10 +13,8 @@ in {
# Specify default apps. # Specify default apps.
xdg.mime.defaultApplications = { xdg.mime.defaultApplications = {
# Use `xdg-mime query default "text/plain"` to find out. # Use `xdg-mime query default "text/plain"` to find out.
"image/png" = "org.gnome.Loupe.desktop"; "image/*" = "org.gnome.Loupe.desktop";
"image/jpeg" = "org.gnome.Loupe.desktop"; "text/*" = "nvim.desktop"
"image/jxl" = "org.gnome.Loupe.desktop";
"text/plain" = "nvim.desktop"
}; };
# Disable some apps. # Disable some apps.