Add a xdg-mime type for directories
This commit is contained in:
parent
32793b47cc
commit
d9ba4be85e
@ -22,6 +22,7 @@
|
|||||||
defaultApplications = with config.defaultApplications;
|
defaultApplications = with config.defaultApplications;
|
||||||
builtins.mapAttrs (name: value:
|
builtins.mapAttrs (name: value:
|
||||||
if value ? desktop then [ "${value.desktop}.desktop" ] else value) {
|
if value ? desktop then [ "${value.desktop}.desktop" ] else value) {
|
||||||
|
"inode/directory" = fm;
|
||||||
"text/html" = browser;
|
"text/html" = browser;
|
||||||
"image/*" = { desktop = "org.gnome.eog"; };
|
"image/*" = { desktop = "org.gnome.eog"; };
|
||||||
"application/zip" = archive;
|
"application/zip" = archive;
|
||||||
|
Loading…
Reference in New Issue
Block a user