added mime types
This commit is contained in:
parent
de0c87970b
commit
f904498151
@ -61,7 +61,12 @@
|
|||||||
|
|
||||||
xdg.mimeApps = {
|
xdg.mimeApps = {
|
||||||
enable = true;
|
enable = true;
|
||||||
defaultApplications = {"video/*" = ["mpv.desktop"];};
|
defaultApplications = {
|
||||||
|
"image/png" = ["org.gnome.eog.desktop"];
|
||||||
|
"image/jpeg" = ["org.gnome.eog.desktop"];
|
||||||
|
"video/webm" = ["mpv.desktop"];
|
||||||
|
"application/pdf" = ["org.gnome.Evince.desktop"];
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
# Gnome settings
|
# Gnome settings
|
||||||
|
Loading…
Reference in New Issue
Block a user