Gnome : Widen default mime apps.
This commit is contained in:
parent
3c4c69511d
commit
01026cb9af
|
@ -13,10 +13,8 @@ in {
|
|||
# Specify default apps.
|
||||
xdg.mime.defaultApplications = {
|
||||
# Use `xdg-mime query default "text/plain"` to find out.
|
||||
"image/png" = "org.gnome.Loupe.desktop";
|
||||
"image/jpeg" = "org.gnome.Loupe.desktop";
|
||||
"image/jxl" = "org.gnome.Loupe.desktop";
|
||||
"text/plain" = "nvim.desktop"
|
||||
"image/*" = "org.gnome.Loupe.desktop";
|
||||
"text/*" = "nvim.desktop"
|
||||
};
|
||||
|
||||
# Disable some apps.
|
||||
|
|
Loading…
Reference in a new issue