add more default apps
This commit is contained in:
parent
dd411fb16b
commit
9c874bd7c6
1 changed files with 2 additions and 0 deletions
|
@ -8,7 +8,9 @@ _: {
|
|||
xdg.mimeApps = {
|
||||
enable = true;
|
||||
defaultApplications = {
|
||||
"image/gif" = ["org.gnome.eog.desktop"];
|
||||
"image/jpeg" = ["org.gnome.eog.desktop"];
|
||||
"image/png" = ["org.gnome.eog.desktop"];
|
||||
};
|
||||
};
|
||||
xdg.userDirs.enable = true;
|
||||
|
|
Loading…
Reference in a new issue