Add some initial mimetypes
This commit is contained in:
parent
9cc7837ec4
commit
05077d26d9
|
@ -38,4 +38,15 @@
|
|||
style = "gtk2";
|
||||
platformTheme = "gtk2";
|
||||
};
|
||||
xdg.mimeApp = {
|
||||
enable = true;
|
||||
defaultApplications = {
|
||||
"image/jpeg" = [ "swayimg.desktop" "emacs.desktop" ];
|
||||
"image/png" = [ "swayimg.desktop" "emacs.desktop" ];
|
||||
};
|
||||
associations.added = {
|
||||
"image/jpeg" = [ "swayimg.desktop" ];
|
||||
"image/png" = [ "swayimg.desktop" ];
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue