Add more mime types
This commit is contained in:
parent
d23b0abfbc
commit
5ffc5fbe3d
|
@ -182,6 +182,10 @@ in {
|
||||||
enable = true;
|
enable = true;
|
||||||
defaultApplications = {
|
defaultApplications = {
|
||||||
"image/png" = [ "sxiv.desktop" "gimp.desktop" ];
|
"image/png" = [ "sxiv.desktop" "gimp.desktop" ];
|
||||||
|
"text/plain" = [ "gedit.desktop" "kakoune.desktop" "code.desktop" ];
|
||||||
|
};
|
||||||
|
associations.removed = {
|
||||||
|
"text/plain" = [ "writer.desktop" ];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue