Gnome : Update XDG comments.

This commit is contained in:
Dmitry Voronin 2024-03-04 18:49:39 +03:00
parent 01026cb9af
commit fc6f84f632

View file

@ -12,9 +12,10 @@ in {
# Specify default apps. # Specify default apps.
xdg.mime.defaultApplications = { xdg.mime.defaultApplications = {
# Use `xdg-mime query default "text/plain"` to find out. # Use `file -i file.txt` to find file mime type.
# Use `xdg-mime query default "text/plain"` to find default app.
"image/*" = "org.gnome.Loupe.desktop"; "image/*" = "org.gnome.Loupe.desktop";
"text/*" = "nvim.desktop" "text/*" = "nvim.desktop";
}; };
# Disable some apps. # Disable some apps.