fix mime for eog
This commit is contained in:
parent
6499169eab
commit
2ce31cfb74
1 changed files with 6 additions and 1 deletions
|
@ -5,7 +5,12 @@ _: {
|
|||
|
||||
xdg.enable = true;
|
||||
xdg.mime.enable = true;
|
||||
xdg.mimeApps.enable = true;
|
||||
xdg.mimeApps = {
|
||||
enable = true;
|
||||
defaultApplications = {
|
||||
"image/jpeg" = ["org.gnome.eog.desktop"];
|
||||
};
|
||||
};
|
||||
xdg.userDirs.enable = true;
|
||||
|
||||
xdg.desktopEntries."nixos-manual" = {
|
||||
|
|
Loading…
Reference in a new issue